microsoft / FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.
https://aka.ms/FASTER
MIT License
6.29k stars 563 forks source link

Port the Unsafe.SizeOf Fixes from garnet #900

Closed Tornhoof closed 5 months ago

Tornhoof commented 5 months ago

This ports the changes done by @PaulusParssinen in https://github.com/microsoft/garnet/pull/39 to FASTER

The changes are a bit simpler as in Garnet as many of those fields are not internal, so I skipped the property conversion.