Contents Menu Expand Light mode Dark mode Auto light/dark mode
hugedict
hugedict

Contents:

  • Getting Started
  • Python APIs
    • hugedict.types
    • hugedict.cachedict
    • hugedict.chained_mapping
    • hugedict.misc
    • hugedict.core

Development

  • Development
  • Changelog
Back to top

hugedict documentation#

hugedict provides a drop-in replacement for dictionary objects that are too big to fit in memory. hugedict’s dictionary-like objects implement typing.Mapping and typing.MutableMapping interfaces using key-value databases (e.g., RocksDB) as the underlying storage. Moreover, they are friendly with Python’s multiprocessing.

Contents:

  • Getting Started
  • Python APIs

Indices and tables#

  • Index

  • Module Index

Next
Getting Started
Copyright © 2022, Binh Vu
Made with Sphinx and @pradyunsg's Furo
On this page
  • hugedict documentation
  • Indices and tables