Skip to content

Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than channels with the added type safety of generics compared to ring buffers using interfaces.

License

GavinClarke0/lockless-generic-ring-buffer

About

Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than channels with the added type safety of generics compared to ring buffers using interfaces.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages