Notas Hellout

Results 150 comments of Notas Hellout

> we need to switch between 2 modes Myers' algorithm is ideal for this as you can decide on the cutoff value in advance and avoid having the algorithm degenerate...

@gliese1337 If the inputs do not have any tokens in common nothing will be output until each pair of input tokens is tested. Unless you skip merging adjacent rectangles after...

The behavior has been recently altered in e4c9e66b6d89276c5c0a1ece54b898dccff89a5c but that is still not what I am after.

Not sure it's enough though since renderers depend on v1.x.x: ```yarn.lock power-assert-renderer-comparison@^1.0.7: version "1.2.0" resolved "https://registry.yarnpkg.com/power-assert-renderer-comparison/-/power-assert-renderer-comparison-1.2.0.tgz#e4f88113225a69be8aa586ead05aef99462c0495" integrity sha512-7c3RKPDBKK4E3JqdPtYRE9cM8AyX4LC4yfTvvTYyx8zSqmT5kJnXwzR0yWQLOavACllZfwrAGQzFiXPc5sWa+g== dependencies: core-js "^2.0.0" diff-match-patch "^1.0.0" power-assert-renderer-base "^1.1.1" stringifier "^1.3.0" type-name "^2.0.1" power-assert-renderer-diagram@^1.0.7:...

> Ohh sorry, also made a v1 patch release. Would you give it a try? @twada Yep, works.

An intermediate step is to reuse digit measures in node measures once we have implemented #120. For instance: ```js node3(M, this.a, this.b, this.c); ``` becomes ```js new Node3(this.measure(M), this.a, this.b,...

A first attempt was made at https://github.com/functional-data-structure/finger-tree/tree/perf-no-node but this seemed to decrease ops in general.

This depends on #204 since attaining 100% documentation with prototypes would require a lot of documentation duplication?

Maybe point 2 should be *recurse when `array.length >= 13`*, see #120.