On Tue, 14 Jan 2025 00:31:45 +0100, Stuart Henderson <s...@spacehopper.org> wrote: > > Interesting that this helps - snappy is fast, and also AIUI is also used > in Firefox for indexeddb compression (though in sqlite rather than > leveldb there). > . >
Well, the issue isn't snappy, more like how Chrome use it. See: https://github.com/chromium/chromium/blob/134.0.6949.1/third_party/blink/renderer/modules/indexeddb/idb_value_wrapping.cc#L79-L100 and https://github.com/chromium/chromium/blob/134.0.6949.1/third_party/blink/renderer/modules/indexeddb/idb_value_wrapping.cc#L180-L218 -- wbr, Kirill