The Daily Go
337 subscribers
53 photos
2 videos
3 files
657 links
We provide you daily Golang contents. If you want to post any content contact with us.
.
Administrators:
πŸ‘‰πŸ»@aidenzibaei
πŸ‘‰πŸ»@amin_khozaei

#jaryan904259
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
A really basic thread-safe progressbar for Golang applications

https://github.com/schollz/progressbar

#progressbar
The Daily Go

Event loop networking framework that is fast and small. It makes direct epoll and kqueue syscalls rather than using the standard Go net package, and works in a similar manner as libuv and libevent.

https://github.com/tidwall/evio

#epoll #libevent #c #go #networking #net
The Daily Go
Big Cache

Fast, concurrent, evicting in-memory cache written to keep big number of entries without impact on performance. BigCache keeps entries on heap but omits GC for them. To achieve that operations on bytes arrays take place, therefore entries (de)serialization in front of the cache will be needed in most use cases.

https://github.com/allegro/bigcache

#Cache #Trends
Forwarded from The Daily Go (Ahmd Rz)
The Daily Go
Imitates HTTP requests and responses of a chosen host

https://github.com/sariina/mina

#Cache #Repository