Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

structure

Here are 49 public repositories matching this topic...

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.

  • Updated Dec 20, 2024
  • PHP

Improve this page

Add a description, image, and links to the structure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the structure topic, visit your repo's landing page and select "manage topics."

Learn more