/SSHT

An extemely fast read-only hashtable.

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

Static Set-associative Hashtable.

It's optimized for heavy query situation, like sparse DNN feature searching. This solution can provide sub-billion level QPS on single machine.

Key Features

  • extreme read performance
  • low space overhead (1 byte per item + 6.25% data size)
  • no online writing
  • work on CPU support little-endian unaligned memory access (X86,ARM,RISC-V...)

Other Solutions


【Chinese】 【English】