fiisoft/entity-indexer

Specialised implementation of EntityMap pattern with ability to index stored objects to search them faster.

2.0.0 2018-05-17 23:28 UTC

This package is not auto-updated.

Last update: 2024-05-18 08:00:05 UTC


README

Some classes useful in storage layer of application.

The main purpose of this package is to provide Indexer - a special EntityMap with ability to perform quick search of indexed objects.

My advice is - do not use it unless you are enough strong mentally to immune for such bad code.