atomic-queue

Crates.ioatomic-queue
lib.rsatomic-queue
version2.1.0
sourcesrc
created_at2021-07-09 02:50:52.259028
updated_at2024-01-17 09:22:06.716219
descriptionSimple bounded lock-free queue for use in Audio applications, ported from https://github.com/max0x7ba/atomic_queue.
homepagehttps://github.com/yamadapc/augmented-audio
repositoryhttps://github.com/yamadapc/augmented-audio
max_upload_size
id420558
size243,683
Pedro Tacla Yamada (yamadapc)

documentation

README

atomic-queue

crates.io docs.rs


Multi-producer multi-consumer bounded lock-free queue for use in Audio applications, ported from https://github.com/max0x7ba/atomic_queue.

Quite a bit slower than ringbuf (~2x) on i7.

I'd think this is fine since this queue supporting multiple consumers and multiple producers while ringbuf is single producer single consumer.

30% faster on a M1 Pro Macbook.

License

MIT

Commit count: 3017

cargo fmt