white-rabbit-1-sketch / php-file-hash-map

This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
16Updated 3 months ago

Alternatives and similar repositories for php-file-hash-map:

Users that are interested in php-file-hash-map are comparing it to the libraries listed below