readme.md update

This commit is contained in:
Eugene 2025-12-02 22:34:19 +03:00
parent 2baf3ad616
commit 48e93e2d8d
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ console.log(set.get(40)); // 400
SparseSet is ideal for ECS scenarios where entities and components are identified by numeric IDs. It is not a general-purpose Map/Set and is optimized for dense arrays and minimal operation cost. SparseSet is ideal for ECS scenarios where entities and components are identified by numeric IDs. It is not a general-purpose Map/Set and is optimized for dense arrays and minimal operation cost.
Good luck!
--- ---
Feel free to contribute, report issues, or suggest improvements on [GitHub](https://github.com/yazmeyaa/ts-sparse-set). Feel free to contribute, report issues, or suggest improvements on [GitHub](https://github.com/yazmeyaa/ts-sparse-set).