Alex Mizrahi

Results 2 issues of Alex Mizrahi

I added support for encoding & decoding negative integers. Existing implementation was producing erroneous values. I've added tests for numbers at the edges: -1, -128, -129. No extensive testing was...

Some people argue that `() => {}` is simpler. But in fact it's twice slower and it allocates memory, so contributes to GC pressure. See here: https://www.reddit.com/r/programming/comments/5si3aw/everything_that_is_wrong_with_the_node_ecosystem/ddfgye5/

enhancement