hfhbd
11/26/2024, 8:59 PMmyRawSource.buffered().buffered().buffered()
creates a new RealSource each time? Shouldn't be there an extension on Source.buffered() = this
?Filipp Zhinkin
11/26/2024, 9:30 PMthis
for Source.buffered()
(https://github.com/Kotlin/kotlinx-io/pull/136#issuecomment-1604125718).
As per https://github.com/Kotlin/kotlinx-io/issues/146, a separate set of extensions could be added to achieve optimized behavior. However, it seems like #146 didn't attract a lot of interest from anyone, so nothing was done so far.hfhbd
11/27/2024, 6:51 AMFilipp Zhinkin
11/27/2024, 1:25 PMhfhbd
11/27/2024, 3:09 PM