An open API service indexing awesome lists of open source software.

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

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)