Comment on Show HN: Zedis – A Redis clone I'm writing in ZigComments−era3711moLooks like a cool project; does the project aim to fix anything existing about Redis or is this just a fun side project? Thanks−barddooOP11moRedis dynamically allocates memory, the idea of the project is to pre allocate everything, so it’s by principle faster than Redis.
Comments
Looks like a cool project; does the project aim to fix anything existing about Redis or is this just a fun side project? Thanks
Redis dynamically allocates memory, the idea of the project is to pre allocate everything, so it’s by principle faster than Redis.