This repository was archived by the owner on Sep 24, 2023. It is now read-only.

Description
See alliedmodders/sourcemod#1534.
I did a sprint to write up Entity Lump Manager. The best-case scenario is that it gets upstreamed and merged into core proper; otherwise it'll still exist as its own extension.
Because of some poor design decisions on my part, migrating Level KeyValues to use this implementation will mean copying the contents of the entity lump to StringMultiMap handles, since plugins have direct access to it. That'll probably have a performance impact, but dependencies shouldn't notice a difference otherwise.
The other option would be to just drop support for Level KeyValues entirely and force migration to the new natives, but that's no good either.