dawsonjon / PicoRX

Build a SDR SW/MW/LW Receiver with a Raspberry Pi Pico
Other
251 stars 32 forks source link

Use a bip buffer instead of a ring buffer #142

Closed mryndzionek closed 3 weeks ago

mryndzionek commented 3 weeks ago

Use bip buffer instead of ring buffer - simpler data structure, so should be faster.

dawsonjon commented 3 weeks ago

Cool, Thanks!