FASTER_2019.11.6.1
Visit https://microsoft.github.io/FASTER/roadmap for release features and project roadmap. Get NuGet binaries at https://www.nuget.org/packages/Microsoft.FASTER. More information at:
Changes:
- 940f7a9 Merging
- cb49ee2 Fixed FasterLog dispose so that log does not get disposed before all its iterators. Made persistent iterator table per-log instead of per-process.
- ebf0249 1. Fix a bug in FasterLog.WaitForCommitAsync(untilAddress) where the incoming address has already been Committed. (#195)
- 85cd800 Check during CommitAsync whether there is something new to commit. Write iterator count of 0 to commit, if there are no iterators to persist.
- 9eaa9af Clarified TruncateUntil caveat in comment, for user providing a valid until address. Added a safer variant: TruncateUntilPageStart. (#192)
- a9f9545 [C++] Add test for Delete operation.
- ba9b867 [C++] Add Delete operation.
- 7d16e0c [C++] Extend FindEntry method to return the matched HashBucketEntry.
- 37dede2 [C++] Refactoring: remove HashBucket*& argument from FindOrCreateEntry method.
- 32ece5e Merge branch 'master' of https://github.com/microsoft/FASTER
See More
- 340736b Fix head address during recovery to ensure head >= begin.
- f4ac03d Update FasterLog.md
- 3146cb6 [FasterLog] Add support for Cancellation tokens on all the async APIs (#190)
- 69a8103 Handle exceptions during Read/Write forward path in local devices.
- a902e66 Support IOException error codes for managed storage device.
- 50158b8 Improved dispose
- a91aeac Update Roadmap.md
This list of changes was auto generated.