An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Hashee

[![Build Status](https://travis-ci.org/serima/Hashee.svg)](https://travis-ci.org/serima/Hashee)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/serima/Hashee/badges/quality-score.png?b=master)](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