kikairoya / nanahan

低レイテンシ志向のデータコンテナ群を作ろうと思います

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nanahan is a data structure library intent to low latency.

You can buy bandwidth but not latency. You can bribe Intel but not God (speed of light).

Map

A implementation of Hopscotch hashing for single thread. Usage is similar to boost/std::tr1 unordered_map. Let me know if you want some methods implemented in unordered_map. It finds data faster than any other unordered_map.

About

低レイテンシ志向のデータコンテナ群を作ろうと思います

License:Other


Languages

Language:C++ 94.1%Language:Ruby 5.9%