In 0.8.1 at line 45: `return comp / Math.abs(comp);` always leaves function even if chunks are equal. I think this would help, it does for me: `if (comp) return comp / Math.abs(comp);`