Files
koreader/frontend
NiLuJe ea3fa5c2c7 Calibre: More QoL tweaks (#7545)
* Wireless: Optimize memory usage in StreamMessageQueue (use an array of string ropes, that we only concatenate once). Allowed to relax the throttling, making transfers that much faster.
* Persist: Add a "zstd" codec, that uses the "luajit" codec, but compressed via zstd. Since both of those are very fast, it pretty much trounces everything in terms of speed and size ;).
* Persist: Implemented a "writes_to_file" framework, much like the existing "reads_from_file" one. And use it in the zstd codec to avoid useless temporary string interning.
* Metadata: Switch to the zstd codec.
2021-04-14 00:35:20 +02:00
..
2021-04-13 17:53:15 +02:00
2021-04-14 00:35:20 +02:00
2014-03-13 21:52:43 +08:00
2020-08-25 02:00:59 +02:00
2020-02-08 01:58:10 +01:00
2019-01-03 08:56:29 +01:00
2021-04-14 00:35:20 +02:00
2021-03-15 01:25:10 +01:00