konradreiche / concurrent-non-blocking-cache
Code from my talk: Let's build a concurrent non-blocking cache.
☆27Updated 6 years ago
Alternatives and similar repositories for concurrent-non-blocking-cache
Users that are interested in concurrent-non-blocking-cache are comparing it to the libraries listed below
Sorting:
- Bloomfilter written in Golang, includes rotation and RPC☆85Updated 7 months ago
- Golang logging library benchmarks☆70Updated last year
- A Go library for getting free ports, dynamically.☆26Updated 5 years ago
- Whispering Gophers is a Go workshop☆70Updated 3 years ago
- Go client for Runtime application level feature flags and configuration☆92Updated 2 years ago
- Set of Go context's utilities.☆54Updated 4 years ago
- ☆34Updated 4 years ago
- Benchmarks comparing gRPC+Protobuf vs JSON+HTTP in Go☆126Updated 6 years ago
- Tool to automatically generates API middlewares (logging, instrumentation, etc) and documentation.☆28Updated 2 years ago
- Hands-On Dependency Injection in Go, published by Packt☆145Updated 2 years ago
- Upload pprof output to continuous profiler☆28Updated 5 years ago
- Comparing usage and performance of Go's regular map backed by a RWLock vs sync.map.☆39Updated 7 years ago
- nanoQ — high-performance brokerless Pub/Sub for streaming real-time data☆157Updated 4 years ago
- Go proxy that serves from S3☆108Updated 3 years ago
- Example for using Elastic with Docker / Docker Compose.☆26Updated 6 years ago
- Avro codec and code generation for Go☆90Updated last month
- An implementation of Consistent Hashing with Bounded Loads (using Red-Black tree)☆49Updated 5 years ago
- Write log entries, get X-Ray traces.☆27Updated 3 years ago
- Demo execution of a payment transaction without an atomic commit across 3 partitions.☆35Updated 6 years ago
- Ketama implementation compatible with Algorithm::Ketama☆67Updated 5 years ago
- An example linter written with go/analysis for tutorial purposes☆59Updated 5 years ago
- Cache implementations in Go, with support for generics.☆45Updated 2 years ago
- Example repository for https://www.sohamkamani.com/golang/2018-06-17-golang-using-context-cancellation/☆30Updated 3 years ago
- My Go playground.☆62Updated 3 years ago
- gRPC bidirectional streaming example written in golang☆117Updated 10 months ago
- gRPC service for creating accounts (name, email, password etc)☆25Updated 7 years ago
- Things to make golang development better