Use pointer queues instead of value queues #10

Closed
opened 2026-06-14 17:01:29 +02:00 by eeeck · 0 comments
Owner

Currently copying the entire CanMessage_t (14 bytes) into the queue. It can be eliminated entirely by queuing pointers to pre‑allocated message buffers (4 bytes)

Currently copying the entire CanMessage_t (14 bytes) into the queue. It can be eliminated entirely by queuing pointers to pre‑allocated message buffers (4 bytes)
eeeck added the enhancement label 2026-06-14 17:01:29 +02:00
eeeck self-assigned this 2026-06-14 17:01:29 +02:00
eeeck added this to the Thesis SCRUM project 2026-06-14 17:01:29 +02:00
eeeck removed the enhancement label 2026-06-18 16:24:57 +02:00
eeeck closed this issue 2026-06-18 16:24:57 +02:00
eeeck added the not planned label 2026-06-18 16:25:03 +02:00
eeeck removed this from the Thesis SCRUM project 2026-06-18 16:53:24 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: eeeck/CANdigger#10