mirror of
https://github.com/Gouryella/drip.git
synced 2026-02-23 12:53:43 +00:00
Replaces the fixed-size buffers in `FrameHandler` and `Handler` with dynamic buffers obtained from the buffer pool, to reduce memory allocation and improve performance. Also updates the logo path in the README to match the new resource directory structure.