Pinned Repositories
deque
Package deque implements a high performance, general purpose, dynamically growing, ring shaped, linked arrays double-ended queue.
docs
proposal
Go Project Design Documents
queue-tests
Package queue-tests tests a number of queue implementations for performance and memory consumption.
stack
Package stack implements a very fast and efficient general purpose Last-In-First-out (LIFO) stack data structure that is specifically optimized to perform when used by Microservices and serverless services running in production environments.
queue
Package queue implements a high performance, safe for concurrent use and dynamically growing queue that uses linked arrays as its internal data structure.
deque
Package deque implements a very fast and efficient general purpose queue/stack/deque data structure that is specifically optimized to perform when used by Microservices and Serverless services running in production environments. https://godoc.org/github.com/ef-ds/deque
queue
Package queue implements a very fast and efficient general purpose First-In-First-out (FIFO) queue data structure that is specifically optimized to perform when used by Microservices and serverless services running in production environments. https://godoc.org/github.com/ef-ds/queue
stack
Package stack implements a very fast and efficient general purpose Last-In-First-out (LIFO) stack data structure that is specifically optimized to perform when used by Microservices and serverless services running in production environments. https://godoc.org/github.com/ef-ds/stack
proposal
Go Project Design Documents
christianrpetrin's Repositories
christianrpetrin/queue-tests
Package queue-tests tests a number of queue implementations for performance and memory consumption.
christianrpetrin/deque
Package deque implements a high performance, general purpose, dynamically growing, ring shaped, linked arrays double-ended queue.
christianrpetrin/docs
christianrpetrin/proposal
Go Project Design Documents
christianrpetrin/stack
Package stack implements a very fast and efficient general purpose Last-In-First-out (LIFO) stack data structure that is specifically optimized to perform when used by Microservices and serverless services running in production environments.