https://github.com/serima/hashee
Very simple optimization using hash lookups to search an array
https://github.com/serima/hashee
hash-lookups optimization
Last synced: about 1 year ago
JSON representation
Very simple optimization using hash lookups to search an array
- Host: GitHub
- URL: https://github.com/serima/hashee
- Owner: serima
- License: mit
- Created: 2015-10-11T11:55:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T16:31:58.000Z (about 8 years ago)
- Last Synced: 2025-04-02T06:06:16.790Z (about 1 year ago)
- Topics: hash-lookups, optimization
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hashee
[](https://travis-ci.org/serima/Hashee)
[](https://scrutinizer-ci.com/g/serima/Hashee/?branch=master)
Very simple optimization using hash lookups to search an array.
## Installation
```
composer require serima/hashee
```
## Usage
```php