add ringbuffer helpers/struct #96

Open
opened 2024-07-25 15:01:04 +02:00 by cscherrNT · 1 comment
Collaborator

the struct should have an array [T;2] and a data index.

A more advanced example is Data in crock: link

the struct should have an array `[T;2]` and a data index. A more advanced example is `Data` in `crock`: [link](https://git.cscherr.de/PlexSheep/crock/src/commit/19c1939cfb60b90923d522dbb386f669ab86cf96/src/clock/ui.rs)
cscherrNT added the
Kind/Feature
Reviewed
Confirmed
Priority
High
labels 2024-07-25 15:01:04 +02:00
Author
Collaborator

This is basically a ringbuffer: research these structures and see if my own impl is needed, and if I can do anything useful. If so, it might be a good idea to just make a new crate for it.

https://docs.rs/ringbuffer/latest/ringbuffer/

This is basically a ringbuffer: research these structures and see if my own impl is needed, and if I can do anything useful. If so, it might be a good idea to just make a new crate for it. https://docs.rs/ringbuffer/latest/ringbuffer/
cscherrNT changed title from add alternating variable struct to core to add ringbuffer helpers/struct 2024-07-25 15:17:12 +02:00
cscherrNT added
Priority
Medium
and removed
Priority
High
labels 2024-07-26 11:02:15 +02:00
PlexSheep added
Priority
Low
and removed
Priority
Medium
labels 2024-09-08 01:47:58 +02:00
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PlexSheep/pt#96
No description provided.