From 4e0fc959fb2d8556ef7272bda5271c3959a182f6 Mon Sep 17 00:00:00 2001 From: Vladar4 Date: Mon, 15 Aug 2016 14:32:46 +0300 Subject: [PATCH] added faststack package (#398) * added faststack package * fixed faststack entry --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]