1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-30 17:13:19 +00:00
NewPipe/app
DafabHoid 6ea0f6290a Downloader: Notify the progress every 64K instead of every 512 Bytes
This improves downloading performance dramatically when cpu bound:
Before, even a high-end cpu from 2013 can't download faster than around 1MB/s.
The bigger read buffer size removes the need for a dedicated BufferedInputStream.
2018-05-28 01:07:30 +02:00
..
src Downloader: Notify the progress every 64K instead of every 512 Bytes 2018-05-28 01:07:30 +02:00
.gitignore New version number 0.6.0 and some fixes: 2015-11-10 20:51:39 +01:00
build.gradle roll back to more stable version of newpipe extractor 2018-05-25 18:29:30 +02:00
proguard-rules.pro Use OkHttp 2018-02-20 16:24:43 +01:00