Gleb Arestov

Results 18 issues of Gleb Arestov

Currently we can stream file and decoding it. Is is possible to implement encoding stream? I want to do this ``` var cryptoStream = crypto.createHash('sha1'); cryptoStream.on('end', function(){ console.log(cryptoStream.digest('hex')); }); var...

don't hold addr/attrs strings cache when runtime-compiling done

performance

Make internal infrastructure state serialisable

performance

- uniq rels - sub_pages - routes make rels to be single source of truth

performance