cloudflare / tableflip
Graceful process restarts in Go
☆2,949Updated 5 months ago
Alternatives and similar repositories for tableflip:
Users that are interested in tableflip are comparing it to the libraries listed below
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,189Updated 8 months ago
- Connection multiplexer for GoLang: serve different services on the same port!☆2,613Updated last year
- msgpack.org[Go] MessagePack encoding for Golang☆2,446Updated 9 months ago
- Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection☆2,349Updated last year
- A Go blocking leaky-bucket rate limit implementation☆4,450Updated 10 months ago
- Golang in-memory database built on immutable radix trees☆3,264Updated this week
- Golang LRU cache☆4,523Updated 3 weeks ago
- Simple middleware to rate-limit HTTP requests.☆2,767Updated 2 months ago
- ☔️ A complete Go cache library that brings you multiple ways of managing your caches☆2,598Updated last week
- Embed files into a Go executable☆3,781Updated last year
- A high performance memory-bound Go cache☆5,914Updated 2 weeks ago
- Dead simple rate limit middleware for Go.☆2,172Updated 3 months ago
- Pure Go Redis server for Go unittests☆3,227Updated last week
- A goroutine pool for Go☆3,964Updated 2 years ago
- Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)☆2,347Updated 7 months ago
- Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe)☆4,087Updated 3 years ago
- Mergo: merging Go structs and maps since 2013☆2,939Updated 3 months ago
- Goroutine leak detector☆4,708Updated 4 months ago
- Jennifer is a code generator for Go☆3,448Updated 6 months ago
- An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC