Would you consider adopting the MIT license? I could use a library like that for a work project and would be interested in collaborating on it.
Have you come across this library? https://github.com/bittnkr/uniq
> "A lock-free (multi reader / multi writer) circular buffered queue."
It has an algorithm that is easily translated to SAB + atomics. I'd be curious to know how the design of your library compares to uniq.
Thanks!
Would you consider adopting the MIT license? I could use a library like that for a work project and would be interested in collaborating on it.
Have you come across this library? https://github.com/bittnkr/uniq
> "A lock-free (multi reader / multi writer) circular buffered queue."
It has an algorithm that is easily translated to SAB + atomics. I'd be curious to know how the design of your library compares to uniq.
Thanks!