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 controllable, as opposed to a single file growing unbounded.

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.3.5b2.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

bigdict-0.3.5b2-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file bigdict-0.3.5b2.tar.gz.

File metadata

  • Download URL: bigdict-0.3.5b2.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for bigdict-0.3.5b2.tar.gz
Algorithm Hash digest
SHA256 e97561c66358dfef6903b0ae3ff23a7b5ea513f04eb1664adeefdf612c35e7dd
MD5 10748efb54a71008da8299b97e3af079
BLAKE2b-256 25d22778e3f4b5ccfda65177bcd6a44dbb45fc3496de82c8846f45bd9e201414

See more details on using hashes here.

File details

Details for the file bigdict-0.3.5b2-py3-none-any.whl.

File metadata

  • Download URL: bigdict-0.3.5b2-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for bigdict-0.3.5b2-py3-none-any.whl
Algorithm Hash digest
SHA256 b8018a9129ee07df1f9acd0f17019b507cdd863345a58674f2e74860cc6a467a
MD5 6fdec196c6b00ce11a3826421827bf41
BLAKE2b-256 746bd6d3d43d396747af4ca2e690968ada5b5f95e475638e25c11c208f156a70

See more details on using hashes here.

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