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.
2 comments
[ 2.9 ms ] story [ 16.1 ms ] threadIt'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.