-
hello,
I have played around with audio projects in other plateforms than iOs over the past few years.
Since objective-C is such a pain to read and write for me, i never really spent the effort to deve…
-
We're aiming to build with stable Rust.
Currently, we're using these unstable features:
1. can't do without:
- [ ] [`used_with_arg`](https://github.com/rust-lang/rust/issues/93798): this is u…
-
Currently the core Service archiving functionality for events is just sketched using the Disruptor to exploit its batching behavior. Evaluate such a solution versus the usage of active polling on one …
-
Does it make sense to change DisruptorEventQueue.enqueue() to use RingBuffer.tryNext() instead of RingBuffer.next() to avoid possibly blocking in the case the producers overrun the consumer due to loa…
-
As soon as a packet from the next sequence arrives, we start with a new (empty) ringbuffer page.
We test for this using equality of the timestamps.
However, packets from a previous sequence should…
-
I want to write a test for my application that tests bunyan log levels: What is the best way to do this? How do you capture the log output?
-
**Is your feature request related to a problem? Please describe.**
Add kernel ring buffer and perf event support for kernel-user maps
**Describe the solution you'd like**
**Describe alter…
-
A crude ring buffer to manage a FIFO
# Descriptor
* word capacity : number of items
* word indexPush : item index where new data will be pushed
* word indexPop : item index where is the next dat…
-
List of NEST & Insite properties/metrics that would be useful to query via Insite:
- [ ] Ringbuffer of population rates
- [ ] memory usage
- [ ] CPU usage
- [ ] power usage
- [ ] spikes per p…
-
Hello!
I'm trying to setup fuzzing using the `fuzz!(|param: Type| { ... });` template (where `Type` implements `Arbitrary`), however I keep getting an error from within the macro.
The failure po…