cbfiddle

Results 14 issues of cbfiddle

cleanTopDrop compares sections of the cutIndex with the length of display nodes, for example: `if ((cutIndex >> 5) == display1.length - 2) { ` The problem is that the cutIndex...

For the record, there is a problem in how prependFrontNewBlock determines the insertion depth. The search for the insertion point starts with focusDepth. However, there can be trees for which...

Line 398: makeTransientSizes(display(displayLen).asInstanceOf[Array[Int]], 1) I believe the "1" should be "0".

help wanted

I'm not sure if anyone cares about this code, but there appears to be an error at line 2866 of rrbvector. When this code determines that the node is balanced,...

help wanted