mangolang/compiler

En/decoding

Opened this issue · 2 comments

I should do a benchmark to compare write/read with and without compression. Eventually.

Whether compression has time savings probably also depends on whether the process is IO or CPU bound. Compiling is pretty CPU-heavy, but if only few files are changed, other files still need to be read. Only data can tell.