Dominic Cooney

Results 24 comments of Dominic Cooney

On security, there's an attack specific to compression where an attacker observes/infers the compressed length of a transfer and uses that to infer something about the content being transferred; see...

@RReverser Yeah I understand that. FWIW I don't think Ratel tip has been able to parse fb_bench for a while. (Maybe I'm holding it wrong.)

That algorithm is a non-normative illustration of assigning codes, don't take it as spec. We should add a note about the code length issue. We can and should leave code...

Ok. A correct encoder should not output lengths > 20 bits and SpiderMonkey should reject files with 21+ bit length codes. BTW 20 bits was an arbitrary choice and may...

Brotli generally does well when it can make a copy from a short distance away. Sorting is a decent heuristic because it puts prefixes together. You might wring a bit...

The format prototype in fbssdc punted on grammar versioning/evolution, but that should be fixed. I think we should wait until we have data from serving this format. Specifically, if file...

I have a different idea for this I'd like to try in addition to what you have below. Should I file a sub-issue for it? (To be honest I find...

> > I have a different idea for this I'd like to try in addition to what you have below. Should I file a sub-issue for it? > > Ideally,...

From a purely implementation point of view I don't think this would be a terrible hassle to implement. Blink internally uses the same EventListener machinery for some internal use cases,...

> Now I need to think a way on how to group 100k ticks before save it in a document... Any idea? Collect it in a different data store and...