mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Replace channels with Ring Buffer
Channes cause a lot of locking, and Ring Buffer data structure shows way better performance in our case
This commit is contained in:
+2
-1
@@ -5,8 +5,9 @@
|
||||
*.deb
|
||||
*.pkg
|
||||
*.exe
|
||||
|
||||
*.pprof
|
||||
*.out
|
||||
hey
|
||||
|
||||
*.bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user