kyotocabinet-0.1.4: Mid level bindings to Kyoto Cabinet

Safe HaskellNone
LanguageHaskell98

Database.KyotoCabinet.DB.ProtoHash

Description

Prototype hash database.

On-memory database implemented with std::unordered_map.

  • Persistence: volatile
  • Algorithm: hash table
  • Complexity: O(1)
  • Sequence: undefined
  • Lock unit: whole (rwlock)

Documentation