-
Let's say I want to create a ringbuffer of size 16, i pass 16 to `jack_ringbuffer_create`, the resulting struct's `.size` is 16. All is well, right?
No, `jack_ringbuffer_write` will only let me write …
-
Hi, I'm considering using this crate but am unsure whether the performance is any better than the other SPSPC wait free ringbuffers. A comparison to crossbeam_channel might also be merited, since I co…
-
Is there a method in bcc to send events in batches to user space and not event by event like the ```ringbuffer.submit()``` does? I would like to reduce the frequency of using the function ```ringbuffe…
-
In the Authoritative Server, we store queries and responses in several ringbuffers. These ringbuffers are templatized and could contain anything we want. As it stands, they contain strings. This means…
-
Hello Team,
I'm using Lmax Disruptor with 3 producers and 30 consumers with busy spin strategy. The ring buffer size is 65536.
The producers are publishing events with a high rate of 20.000 events…
-
[sandeepmistry](https://github.com/sandeepmistry) provides a great [DA16200-WiFi-Library-for-Arduino](https://github.com/ArmDeveloperEcosystem/DA16200-WiFi-Library-for-Arduino). In principle, this sho…
-
``` julia
julia> Pkg.clone("https://github.com/kmsquire/RingBuffer.jl.git")
INFO: Cloning RingBuffer from https://github.com/kmsquire/RingBuffer.jl.git
INFO: Computing changes...
julia> using RingBuf…
-
https://github.com/ska-sa/spead2/blob/15124378872b3b79599c0ae1a84dddbe2eae5851/include/spead2/common_ringbuffer.h#L262-L285
I wasn't able to find this class documented anywhere on readthedocs. Was …
-
numpy_ringbuffer seems not to exist anymore
Maybe the "numpy_ringbuffer" library should be used instead ?
https://pypi.org/project/numpy_ringbuffer/
https://github.com/eric-wieser/numpy_ringbuffe…
-
While working on PicoDrive I found the audsrv implementation a bit lacking:
- If the audsrv backend on IOP runs low on samples it will replay the buffer over and over, right down to telling you abo…