scalalang2 / golang-fifo

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

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

Open scalalang2 opened 9 months ago

scalalang2 commented 9 months ago

Motivation

Add concurrent unit test codes to avoid race conditions

Ref.

21