A package for closed/open addressing hashing tables that require chaining with linked lists.
Project description
Closed/Open Address Hashing (Chaining) with hasharray
Overview
The hasharray package provides an implementation of closed address hashing (chaining) using a hash array data structure. Closed address hashing is a way of efficiently store and retrieve key-value pairs in a hash table.
Features
- Efficient storage and retrieval of key-value pairs using closed address hashing (chaining)
- Support for a wide range of data types as keys and values
- Toggling open addressing allowing automatic resizing of the hash array to maintain optimal performance
- Collision resolution through chaining, where multiple key-value pairs with the same hash value are stored in a linked list
Installation
To use the hasharray package, you need to have Python installed. You can install the package using pip:
pip install hasharray
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chainhashing-1.0.0.tar.gz.
File metadata
- Download URL: chainhashing-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72a9edcba8f8eb548269121d02496702dd81fff33173e3811f82046ee3a530ea
|
|
| MD5 |
0f3c42da9fcaaed81e207553fb719381
|
|
| BLAKE2b-256 |
3d854bf178ea5abad76cc63920ac639e412db5fa3253c5c23b301c19f8c349fa
|
File details
Details for the file chainhashing-1.0.0-py3-none-any.whl.
File metadata
- Download URL: chainhashing-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d15b85d0beea04824b42cea313c5d118b808a9cb0e026a0d5a8f4b388da9dd95
|
|
| MD5 |
e9bcaa3c0503a667a27f389c0e96f8d2
|
|
| BLAKE2b-256 |
61a85653e2e9fd715eaa094db6e4cf98b25924b86953af65a0d7f8fb230058d4
|