mirror of
https://github.com/miniflux/v2.git
synced 2025-07-22 17:18:37 +00:00
io.ReadAll is growing the underlying buffer progressively, while io.Copy is able to allocate it in one go, which is significantly faster. io.ReadAll is currently accounting for around 10% of the CPU time of rss.Parse |
||
---|---|---|
.. | ||
decoder.go | ||
decoder_test.go |