/Rpool

Go connection pool implemented by Ring πŸ’

Primary LanguageGoMIT LicenseMIT

Rpool πŸ’

Go connection pool implemented by circular linked list(in go we call it ringπŸ’)

Basically it makes all connections in pool work simultaneously and it can be used to manage and reuse connections.

Go Report Card