diff options
| author | Vladar4 <vladar4@gmail.com> | 2016-08-15 14:32:46 +0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-08-15 13:32:46 +0200 |
| commit | 4e0fc959fb2d8556ef7272bda5271c3959a182f6 (patch) | |
| tree | adcc8f589463e6125bcbe771bc055f7cc4f2b452 | |
| parent | 39ad1dfbb2a906d14ab1f54021a22be438f05cd5 (diff) | |
| download | packages-4e0fc959fb2d8556ef7272bda5271c3959a182f6.tar.gz packages-4e0fc959fb2d8556ef7272bda5271c3959a182f6.zip | |
added faststack package (#398)
* added faststack package
* fixed faststack entry
| -rw-r--r-- | packages.json | 9 |
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" } ] |
