Skip to main content

Bigdict

Project description

bigdict implements a persisted, out-of-memory dict for Python.

The usage API strives to be as close as possible to the built-in dict, with a small number of extras.

The “engine”, or “back-end”, is currently lmdb. However, lmdb is not the point; the point is rather a “persisted, out-of-memory dict”. Criteria used in choosing the engine:

  • It must be embedded, as opposed to client/server.

  • It must be a mature project with a reliable Python binding.

In addition,

  • It must use more files for storage as the data size grows, hence keeping file sizes modest, as opposed to a single file growing in size.

If the chosen backend does not meet this requirement, it’s the responsibility of bigdict to implement that.

Installation:

$ pip install bigdict

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bigdict-0.2.9.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

bigdict-0.2.9-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page