binast / binjs-ref

Reference implementation for the JavaScript Binary AST format
https://binast.github.io/binjs-ref/binjs/index.html
Other
431 stars 38 forks source link

In Context 0.2, we should support seeking inside the compressed stream #448

Open Yoric opened 5 years ago

Yoric commented 5 years ago

Quoted from @dominiccooney

The format only supports seeking within the decompressed stream. With better native compression, the Brotli "wrapper" would not be necessary and the format could seek instead within the compressed stream. I believe the primary problem with sizes today is the verbose encoding of code tables.

(I don't understand the last sentence)