-
I found the method of rotate() in TimeWindowQuantiles.class will update ringBuffer if timeout:
```
private CKMSQuantiles rotate() {
long timeSinceLastRotateMillis = System.currentTimeMillis() -…
cyzFC updated
3 years ago
-
```
Currently ringbuffer.c uses /dev/shm, which is not available in some
environments. Instead, create a file in /tmp and mmap it.
--Michi
```
Original issue reported on code.google.com by `mutsu…
-
- Ubuntu 20.04 plus MariaDB Galera packages from the mariadb.org repo
- MariaDB 10.5.13 and Galera 26.4.8
- gcache file in the MariaDB data partition
With ProxySQL in front of the MariaDB cluster…
-
Follow-up from https://github.com/seL4/projects_libs/pull/18#discussion_r1003527717
The ring buffer does not support 0 as data value, but expects this as an end marker. Thus I wonder if `rb_new()`s…
-
Currently playing with fire by reusing the same buffers for drawing. Need to write a gfx::RingBuffer to reuse that does the right things here, as well as add QueueFence queries and waiting to properly…
-
Continuing this discussion on [slack](https://camunda-platform.slack.com/archives/C6WGNHV2A/p1682081468336179?thread_ts=1681903076.877029&cid=C6WGNHV2A) about the enhancement we want to add to this ex…
-
I want to be able to decode all or part of a file and then rewind (Seek) to some earlier point in the file and re-decode it. This would enable the file to be read as random-access, once the initial r…
-
The blocking push into the ringbuffer is done with the strand held. If the receiver tries to modify the stream (e.g., to set a memory pool, based on descriptor data) then it can block waiting on the s…
-
```
Currently ringbuffer.c uses /dev/shm, which is not available in some
environments. Instead, create a file in /tmp and mmap it.
--Michi
```
Original issue reported on code.google.com by `mutsu…
-
Hi,
I am trying to use the EloquentTensorFlowCortexM library to deploy a neural network model on the Sony Spresense, however, I am encountering an error which will not allow me to proceed. I have at…