Matt Bierner
Matt Bierner
Debugging parse.js is currently very difficult, primary for two reasons: parser construction is independent of execution and the implementation uses simulated tail calls to prevent the stack from growing too...
I know this project is not active, but I was [benchmarking JS hashtrie implementations](https://github.com/mattbierner/js-hashtrie-benchmark) and I think `dissoc` has a bug: ``` var p = require('persistent-hash-trie'); var h = p.Trie();...
Hey Joao, nice work on gifcap! I have a few project that need to save gifs from user generated content and it seems like gifcap's encoder has the best performance...