scalalang2 / golang-fifo

Modern efficient cache design with simple FIFO queue only in Golang
MIT License
142 stars 7 forks source link

Add concurrent test & make coverage to be greater than 90 percent #22

Open scalalang2 opened 10 months ago

scalalang2 commented 10 months ago

Motivation

Add concurrent unit test codes to avoid race conditions

Ref.

21