https://github.com/hendrixstring/hendrix-collection-air
Data structure collection library for AiR/AS3
https://github.com/hendrixstring/hendrix-collection-air
Last synced: 3 months ago
JSON representation
Data structure collection library for AiR/AS3
- Host: GitHub
- URL: https://github.com/hendrixstring/hendrix-collection-air
- Owner: HendrixString
- License: apache-2.0
- Created: 2015-02-05T21:17:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T08:13:46.000Z (over 10 years ago)
- Last Synced: 2025-08-24T23:28:55.326Z (5 months ago)
- Language: ActionScript
- Size: 227 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hendrix-Collection
Data structure collection library for AiR/AS3
## Collection
* `BinaryHeap` - a classic binary heap
* `Queue` - a regular queue
* `PriorityQueue` - priority queue
* `CircularCache` - circular cache
* `IdCollection` - storage/query structure for objects that have `id` member
* `LinkedList` - linked list of nodes
* `Set` - maintain set of unique items
* `Pool` - a pool of objects that can be released and reused
## How to use
consult the source code for usage guidance, which is straight forward.
### Terms
* completely free source code. [Apache License, Version 2.0.](http://www.apache.org/licenses/LICENSE-2.0)
* if you like it -> star or share it with others
### Contact Author
* [tomer.shalev@gmail.com](tomer.shalev@gmail.com)
* [Google+ TomershalevMan](https://plus.google.com/+TomershalevMan/about)
* [Facebook - HendrixString](https://www.facebook.com/HendrixString)