faster round-robin balancing algorithm written in golang
Explore Similar Repositories
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.