Skip to content

nsalerni/GoBalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoBalancer

GoBalancer is a simple load balancer implementation, showcasing the simplicity of concurrent programming in Go. The core of the load balancer is a min heap, which balances work based on the "least busy" worker, to ensure a fair distribution of load across the worker pool.

References

About

A simple load balancer written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages