ring
Here are 25 public repositories matching this topic...
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
-
Updated
Mar 5, 2023 - Go
queue that can be used like buffered channel with any capacity
-
Updated
Nov 24, 2024 - Go
consistent hashing paper implementation using Red Black tree
-
Updated
Jun 15, 2019 - Go
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
-
Updated
Jan 8, 2019 - Go
Golang circular linked list with array backend
-
Updated
Jan 12, 2018 - Go
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
-
Updated
Jan 9, 2019 - Go
Ring a circular buffer implemented as two channels in golang
-
Updated
Jul 4, 2020 - Go
capped index manager for golang slices
-
Updated
Aug 14, 2020 - Go
Improve this page
Add a description, image, and links to the ring topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ring topic, visit your repo's landing page and select "manage topics."