FASTER v1.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.Core
- https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage
More information at:
Changes:
- 7dd5ba8 updated csproj for Release to remove DebugType
- a0a62a6 [C#] More sample cleanup + mark old API obsolete (#325)
- e3f3379 limit preloaded pages during recovery (#292)
- bf7af17 Updated nuspec
- c5d1f52 [C#] CPR function callback race condition. (#323)
- 00975b1 [C#] [WIP] Updated and reorganized samples + docs (#312) [ #313, #314 ]
- 8ecdb35 [C#] Fixing issue with frequent CPR during RMW workload (#322)
- bb71fb6 fix to sample
- 82413fe Compaction fixes
- 5153855 Change back Serialize API from "in" to "ref" to avoid defensive copy of structs. (#318)
See More
- 797de0f Update FASTER.devices.AzureStorageDevice.nuspec
- 007987c Update FASTER.core.nuspec
- 28ba814 Update README.md
- 09b40e3 Update README.md
- 5de0579 [C#] Moving to new NuGet versioning system (#319) [ #315 ]
- 0974c9f [C#] Add documentation of publish-subscribe with uncommitted entries (#317)
- d490b5c Fixes issue on Linux devices, where parallel reads on same fine handle are unsupported. We already sequentialize for Writes, this bugfix applies this to Reads as well. (#315)
- 78ffc9d [C#] Improvements to API (#310)
- 0617852 [C#] Guard against info being reset by global state machine (during checkpointing) (#311)
- a0880d7 [C#] Remove generic type constraint + add DataContract serializer (#305)
- f8ee532 [C#] Checkpoint and benchmark improvements + tests (#299)
This list of changes was auto generated.