fiisoft/entity-indexer

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

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/fiisoft/entity-indexer

2.0.0 2018-05-17 23:28 UTC

This package is not auto-updated.

Last update: 2025-10-04 14:02:58 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.