added faststack package (#398)

* added faststack package

* fixed faststack entry
This commit is contained in:
Vladar4
2016-08-15 13:32:46 +02:00
committed by Dominik Picheta
parent 39ad1dfbb2
commit 4e0fc959fb
+9
View File
@@ -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"
}
]