Comment on Show HN: Revring, a circular buffer with zero memory wasteparentComments−jonsen11yThat byte will be needed elsewhere to make it multitasking safe.−codeheroOP11yI'm running it on a system with 512 bytes of RAM and multiple queues...saving 1 byte helps. I do not need extra space for synchronization; I can enable/disable interrupts without extra RAM required.
Comments
That byte will be needed elsewhere to make it multitasking safe.
I'm running it on a system with 512 bytes of RAM and multiple queues...saving 1 byte helps. I do not need extra space for synchronization; I can enable/disable interrupts without extra RAM required.