kyotocabinet-0.1.4: Mid level bindings to Kyoto Cabinet

Safe HaskellNone
LanguageHaskell98

Database.KyotoCabinet.DB.Stash

Description

Stash database.

On-memory database, memory efficient.

  • Persistence: volatile
  • Algorithm: red black tree
  • Complexity: O(log n)
  • Sequence: lexical order
  • Lock unit: record (rwlock)

Documentation

data Stash Source #

Instances