Dave Rigby

Results 9 comments of Dave Rigby

I looked at the failing checks but they don't appear to be related to my change. Is this a known issue?

As per the CVE, this issue is fixed in v2021.07.22.00 upwards. Afiak, Folly is developed on a single-branch model, hence the solution to this CVE is to upgrade to at...

I've no idea what Flipp-Folly is; I assume some 3rd party fork? I would contact them about which version(s) of upstream facebook/folly they use...

I'm still interested in this use-case for simdjson, so seemed worth converting into an Issue for tracking purposes.

Thanks Daniel. The primary use-case is a database system (key-value store) which lets users store documents in two main datatypes - 1. "binary" (opaque value which cannot really be manipulated...

Hi @yfeldblum, sorry for the slow response; this got forgotten about in the Inbox. I'm not sure, but based on the linked patch it's probably not an issue now. I'll...

Stale - closing (I'm no longer working on a project depending on Folly).

KV-Engine did some comparison of Snappy, LZ4 and zstd recently for per-document compression (on mobile so don’t have the doc link to hand) but we found much lower compression ratios...

Cool; that'll certainly give different considerations. BTW, I thought this was a really nice way of looking at the tradeoffs between the different algorithms: http://fastcompression.blogspot.co.uk/p/compression-benchmark.html