by comagoosie on 2/1/23, 11:23 AM with 21 comments
by miohtama on 2/2/23, 10:42 PM
Blosc - faster than memcpy()
https://github.com/Blosc/c-blosc
On right circumstances Blosc is so fast that even speed ups reading data from RAM (read less, decompress in L1 and L2 caches)
by dorfsmay on 2/2/23, 10:23 PM
by modeless on 2/2/23, 10:45 PM
by royjacobs on 2/3/23, 9:21 AM
As far as I can tell the blog author didn't include the 91MB file they used to test the compressors with, so I couldn't give it a try to see how it holds up. I guess 91MB would be too big anyway.
by zokier on 2/2/23, 9:52 PM
by Const-me on 2/2/23, 11:55 PM
Windows shell has "Compress contents to save disk space" checkbox in folder properties. Usually, that compressed flag is inherited by new files created in a folder with that checkbox. OP can probably set the flag on Default\IndexedDB or Default\Service Worker folder and see whether this changes the results of that IO benchmark.
by Jap2-0 on 2/3/23, 6:41 AM
by mkesper on 2/3/23, 7:38 AM