Tai-Li Shih

Results 3 repositories owned by Tai-Li Shih

go-cache

128
Stars
9
Forks
Watchers

A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.

go-lock

109
Stars
8
Forks
Watchers

go-lock is a lock library implementing read-write mutex and read-write trylock without starvation

goroutines

97
Stars
7
Forks
Watchers

It is an efficient, flexible, and lightweight goroutine pool. It provides an easy way to deal with concurrent tasks with limited resource.