Files
squeezelite-esp32/TODO
2020-08-15 18:43:02 -07:00

5 lines
320 B
Plaintext

- in squeezelite some buffers (stream, output, header, recv) are allocated
although they are almost static (expect output). This creates a risk of
memory fragmentation, especially because the large output is re-allocated for
AirPlay
- libflac in lpc.c can be unrolled - that gains 43k of code, at the expense of 4% CPU