-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(fs-index): implement method update_one() for track api Signed-off-by: Tarek <[email protected]> * test(fs-index): unit tests for resource index track API Signed-off-by: Tarek <[email protected]> * feat(fs-index): add benchmarks for Resourceindex::update_one Signed-off-by: Tarek <[email protected]> * feat(fs-index): update_one() to be its own type of API Signed-off-by: Tarek <[email protected]> * docs(fs-index): add a note that selective API is experimental Signed-off-by: Tarek <[email protected]> * benchmark(fs-index): increase number of updates for update_one() Signed-off-by: Tarek <[email protected]> * feat(fs-index): debug_assert that the path already exists in index Signed-off-by: Tarek <[email protected]> --------- Signed-off-by: Tarek <[email protected]>
- Loading branch information
1 parent
6c4d8a0
commit 56343b4
Showing
5 changed files
with
394 additions
and
12 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.