aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index dc76e44..e13fed8 100644
--- a/packages.json
+++ b/packages.json
@@ -5096,5 +5096,14 @@
"description": "Access bit mapped portions of bytes in binary data as int variables",
"web": "https://github.com/jlp765/mapbits",
"url": "https://github.com/jlp765/mapbits"
+ },
+ {
+ "name": "faststack",
+ "tags": ["collection"],
+ "method": "git",
+ "license": "MIT",
+ "description": "Dynamically resizable data structure optimized for fast iteration.",
+ "web": "https://github.com/Vladar4/FastStack",
+ "url": "https://github.com/Vladar4/FastStack"
}
]