-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
Rc::try_unwrap
for (possibly?) better performance (#85)
* Benchmarks first * Use `Rc::try_unwrap` in `Node::set_value` And in `Node::remove_value` * Remove `RemoveResult` type alias * Add invariant checks on deserialization * Merge a level of `if`s into `match` * clippy: Use non-panicing `Utc.timestamp_opt`
- Loading branch information
Showing
4 changed files
with
171 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.