microsoft / garnet

Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
https://microsoft.github.io/garnet/
MIT License
9.71k stars 459 forks source link

Remove unused useHandlesForPin #465

Closed vazois closed 2 weeks ago

vazois commented 2 weeks ago

This PR resolves issue #460 by removing useHandlesForPin option. This option is not actively being used. Instead, we rely on GC.AllocateArray to pin memory.