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

[Cleanup] Kill bufSpan #452

Closed badrishc closed 2 weeks ago

badrishc commented 3 weeks ago

Side effect: fixed a bug with how response was sent for a "ping " call

badrishc commented 3 weeks ago

BDN Results

Arguments: -f *.RespParseStress.*

main (abfbff0860b725a8422afd69171dfac7ed5732a9)

Method Mean Error StdDev Allocated
InlinePing 2.723 us 0.0309 us 0.0289 us -
Set 25.946 us 0.2416 us 0.2260 us -
Get 15.625 us 0.2039 us 0.1702 us -

PR (56b1f6ba1fa37200ad0ff13b0647e8de79869441)

Method Mean Error StdDev Allocated
InlinePing 2.667 us 0.0484 us 0.0453 us -
Set 26.093 us 0.5013 us 0.4923 us -
Get 16.174 us 0.1985 us 0.1658 us -