round-robin:faster round-robin balancing algorithm written in golang
pcache:Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.
swarmd:`swarmd` is a multi-tenant runtime for running background Agents in a safe and secure manner. Agents are defined in YAML and run as goroutines in a multi-tenant server with a virtual shell and custom tools.
blockingQueues:Simple, performant, goroutine safe queues, useful as resource pools or job queues.
ttlru:A simple, goroutine-safe, cache with a global TTL, a fixed size and an LRU eviction policy for Go (golang)
// repository documentation
Was this content helpful?
★ 0(0 ratings)
Recent Feedback
Download README
Do you want to download the README.md file for gls?