You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ShardedFlight is a parallel wrapper around golang.org/x/sync/singleflight that shards calls across groups to boost throughput under heavy load 🐙. Zero-alloc keying with a pluggable hash keeps latency low.
🚦 Implement flexible rate limiting in Go with go-limiter. Use built-in algorithms and pluggable stores for seamless integration with popular frameworks.
This project lays the foundation for a Go-based WebSocket server library that delivers ultra-high throughput, NUMA-aware memory management, and true zero-copy data paths—built to DPDK-grade performance standards and production-ready for open-source release.
Balios is a high-performance in-memory cache for Go based on W-TinyLFU, designed for maximum throughput, optimal hit ratio, advanced security & observability.
FlashFlags is an ultra-fast, zero-dependency, lock-free command-line flag parsing library for Go. Originally built for Argus, it provides great performance while maintaining simplicity and ease of use.
Ready-to-use highly parallel wrapper for golang.org/x/sync/singleflight that shards calls between multiple internal singleflight.Group to eliminate global locks and increase throughput under high load. The only difference - keys after function.
Lethe is a lock-free log rotation library for Go, designed for maximum performance, seamless file management, and production-grade reliability — featuring intelligent auto-scaling between synchronous and asynchronous modes.