some useful datatypes inspired by collections and boltons
go get -u github.com/FelixSeptem/collections
- queue implement a thread safe FILO queue
- stack implement a thread safe FIFO stack
- deque deques are a generalization of stacks and queues ,inspired by deque
- priority queue implement a fix size queue with weight