ef-ds / 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
☆47Updated 2 years ago
Alternatives and similar repositories for deque:
Users that are interested in deque are comparing it to the libraries listed below
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- Radio is a library for creating RESP (REdis Serialization Protocol) comaptible services.☆31Updated 5 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- Generates automatically a Reset() method☆35Updated 7 years ago
- Shutdown Management package for Go v2☆51Updated 2 years ago
- Composable utilities for Go contexts☆26Updated 6 years ago
- Collection of Go packages for working with the http.FileSystem interface.☆63Updated last year
- Buffered Reader/Writer☆75Updated 7 months ago
- Simple Go library for executing lots of operations spread over any number of threads☆73Updated last year
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 5 months ago
- Go translation of MetroHash☆109Updated 4 months ago
- Make random JSON in Go☆25Updated 5 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- sharded key-value store compatible with p5-ShardedKV☆36Updated 4 years ago
- A goroutine limiter for Go☆82Updated 3 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Intern Go strings☆94Updated last year
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Persist to disk channel for Go.☆47Updated 8 years ago
- GenX: Generics For Go, Yet Again.☆36Updated 7 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆88Updated 4 years ago
- Go package for UUIDs based on RFC 4122 Time-Based UUID☆36Updated 4 years ago
- 👻 Locate and fix overly complex lines of code in Go.☆52Updated 6 years ago
- Unsafe zero-copy slice casts for Go☆37Updated 5 months ago
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 2 years ago
- Embeds static resources into go files for single binary compilation + works with http.FileSystem + symlinks☆67Updated 8 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆101Updated 3 years ago
- Cross-language serialization for Golang: greenpack adds versioning, stronger typing, and optional schema atop msgpack2. `greenpack -msgpa…☆113Updated last month