thehackercat / Rpool

Go connection pool implemented by Ring πŸ’

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Go connection pool implemented by Ring πŸ’

License:MIT License


Languages

Language:Go 100.0%