Skip to content

Ask HN: What's Faster than Redis

1 pointgreato2 comments
On HN

Is it even possible to create a faster data structure server? Redis is written in C and made the design choices to be very, very fast.

Comments

Is it even possible to create a faster data structure server?

It's probably not reasonably possible to make a faster general solution, but you could implement something that maps your specific needs to memory in a faster way, essentially removing the cases that Redis needs to handle that don't apply to your data.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.