nanahan icon indicating copy to clipboard operation
nanahan copied to clipboard

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

Results 2 nanahan issues
Sort by recently updated
recently updated
newest added

Here is a random test case for `nanahan::Map` https://gist.github.com/3269831, which cannot be completed currently. Could anyone have a look? The test case depends on libstdc++, especially `__gnu_cxx::throw_allocator_random` defined in a...

Static const data members should be defined. In `nanahan::Map` class template, the following static data members are declared; `static const size_t INITIAL_SIZE = 8;` `static const size_t SLOTSIZE = sizeof(Slot)...