Open
Description
F´ Version | v3.6.2 |
Affected Component | CircularBuffer / SerializeBufferBase |
Feature Description
A CircularBuffer can and likely should implement the same interface as SerializeBufferBase. Currently SerializeBufferBase isn't strictly an interface; but we likely can abstract the interface into a SerializeBufferInterface, and have both SerializeBufferBase and CircularBuffer implement it.
Rationale
This would allow serializing/deserializing directly from/into a CircularBuffer. This is currently a known limitation/inefficiency in the FprimeFrameDetector