The Worlds Fastest JavaScript Memoization
Read the story of how I wrote the world’s fastest JavaScript memoization library - which runs at 50 million ops/sec. Code and benchmarks as proof inside! (more…)
Read more »
JavaScript for extending low-latency in-memory key-value stores Zhang & Stutsman, HotCloud’17 Last year we looked at RAMCloud, an ultra-low latency key-value store combining DRAM and RDMA… Read more