joncrlsn / dqueLinks
dque is a fast, embedded, durable queue for Go
☆787Updated 9 months ago
Alternatives and similar repositories for dque
Users that are interested in dque are comparing it to the libraries listed below
Sorting:
- Type-safe, zero-allocation sets for Go☆818Updated 5 years ago
- This package provides the ability to encode golang structs to a buffer as JSON very quickly.☆732Updated last year
- Attach hooks to any database/sql driver☆658Updated last year
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆895Updated 2 years ago
- 🔊Minimalist message bus implementation for internal communication with zero-allocation magic on Emit☆349Updated 2 years ago
- Clone of golang/groupcache with TTL and Item Removal support☆522Updated 3 months ago
- Streaming JSON parser for Go☆588Updated last year
- Go package containing implementations of efficient encoding, decoding, and validation APIs.☆1,022Updated this week
- Golang implementation of Radix trees☆918Updated last year
- Get hash values for arbitrary values in Go (golang).☆762Updated 2 years ago
- Persistent stacks and queues for Go backed by LevelDB☆866Updated 7 months ago
- An immutable radix tree implementation in Golang☆1,054Updated last month
- Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles☆366Updated 2 years ago
- A Go metrics interface with fast buffered metrics and third party reporters☆881Updated last month
- Go package for dealing with maps, slices, JSON and other data.☆779Updated 5 months ago
- Diodes are ring buffers manipulated via atomics.☆481Updated this week
- Using brotli compression to embed static files in Go.☆531Updated 3 years ago
- Parse and modify Go struct field tags☆646Updated last year
- Immutable collections for Go☆729Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆495Updated 10 months ago
- Zero-allocation reflection library for Go☆579Updated last year
- Pprof made easy at development time for Go☆757Updated 4 years ago
- 🚀 A real-time Golang runtime stats visualization profiler☆588Updated 11 months ago
- Simple and fast template engine for Go☆878Updated last year
- In-memory SQL engine in Go sql/driver for testing purpose☆904Updated 10 months ago
- MemConn is an in-memory network stack for Go.☆552Updated last year
- Clock is a small library for mocking time in Go.☆683Updated 2 years ago
- Emits events in Go way, with wildcard, predicates, cancellation possibilities and many other good wins☆524Updated 2 years ago
- Package httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from you…