Show HN: Beating Microsoft's Garnet KV Store in less than 300 lines of code

https://github.com/wiwa/gkv-demo
by winwang • 2 years ago
3 2 2 years ago

I saw Microsoft's Garnet getting to the limits of (CPU) concurrent hashmap performance and thought it would be interesting to see if I could beat it with a GPU. Specifically, the GET throughput at 256M keys.

Of course, a few lines of hacky code doesn't get one very much, but it's enough to connect a to remote hashmap and throw integers around.

Redis got 1.5-1.7 Mop/s.

Related Stories

Loading related stories...

Source preview

github.com