-
Circular buffer implementation that involves page mapping mentioned in the recent [video](https://www.youtube.com/watch?v=H8THRznXxpQ) (which is a great video btw) behaves inconsistently on different …
-
Shallow unet with input resolution 512x512 is working for the dimension (1, 4, 512, 512), but fails with circular buffer issue (L1) for the dimension (2, 4, 512, 512)
**To Reproduce**
Steps to rep…
-
I'm hitting an issue where either a per-connection credit or the CircularBuffer are acting as a limiting factor on the throughput I can get from Rhea.
I have a fast consumer pulling down and ACKing…
-
-
- [ ] Achieve simultaneous and continuous multi-channel recording by:
- [ ] Using the asynchronous I/O capabilities of the board permitted by DMA. See dt78xx_aio.c (.h) [here](https://github.com…
-
Hello,
I noticed that current implementation of circular buffer is only 1 dimension.
A generalized approach of this problem will be nice (especially for [implementing streaming timeseries](https…
-
I think making the circular buffer thread-safe is a first step towards #8
-
It looks like there is a problem in `circ_buf_write()` in how it doesn't wrap the whole call in interrupt masking and instead relies on `circ_buf_push()` protecting each byte insert, with only one che…
-
I opened this issue to solicit ideas and begin planning for what is going to replace the circular buffer. @nicost had you already opened an issue related to this? I did a quick search but nothing turn…
-
The lexer refers to Rob Pike's excellent talk (http://blog.golang.org/2011/09/two-go-talks-lexical-scanning-in-go-and.html). I am somewhat confused because this builds up a design using a channel and…