emcache icon indicating copy to clipboard operation
emcache copied to clipboard

memcached in rust

Results 1 emcache issues
Sort by recently updated
recently updated
newest added

As of now implementation use LinkedHashTable, which is Double Linked List plus HashMap, which in turn is [Robin Hood Hash Table](https://cs.uwaterloo.ca/research/tr/1986/CS-86-14.pdf). How about to try to implement [Relativistic Hash Tables](https://www.usenix.org/legacy/event/atc11/tech/final_files/Triplett.pdf)...