-
Notifications
You must be signed in to change notification settings - Fork 30
Add non-blocking (try_*) cache methods
#112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
fd68bd6
Add non-blocking methods
fsdvh 9fa1a83
Do not leak lcs
fsdvh 7c6420c
Dedicated result
fsdvh f2c814b
More
fsdvh 844072d
Simplify
fsdvh 8eb51f5
Cleanup + some docs
fsdvh 354b745
Docs
fsdvh 3d8fdf9
Use a feature flag
fsdvh 6eaaea0
Posion lock
fsdvh 8282733
Remove feature and more tests
fsdvh a844c26
Add non-blocking methods for sync cache (#1)
fsdvh 1b13f57
Expose shard_index method (#2)
fsdvh f99d3e9
Update src/sync.rs
fsdvh 44a052a
Simplify signature
fsdvh 69b7c64
Simplify
fsdvh b4012a6
clippy
fsdvh 5bd558d
More docs
fsdvh 3b6bc31
Update README.md
fsdvh ff7cfad
Update src/sync.rs
fsdvh a85cfb8
AI suggestions
fsdvh 8eb667c
Update src/sync.rs
fsdvh 74c8e67
Merge remote-tracking branch 'origin/master' into non-blocking-methods
fsdvh cb6449a
review
arthurprs f0e2fe0
Move begin_request otside of lock
fsdvh da8d40c
Merge branch 'non-blocking-methods' of https://github.com/fsdvh/quick…
fsdvh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.