From 48e93e2d8dc0a36925212f093a9cf98e9200aad1 Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 2 Dec 2025 22:34:19 +0300 Subject: [PATCH] readme.md update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c04a4f..d7b70df 100644 --- a/README.md +++ b/README.md @@ -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. +Good luck! + --- Feel free to contribute, report issues, or suggest improvements on [GitHub](https://github.com/yazmeyaa/ts-sparse-set).