提交 580ede19 authored 作者: Thomas Mueller's avatar Thomas Mueller

speed up opening large databases if data was deleted

上级 815b32a9
......@@ -46,7 +46,7 @@ public class TestIntArray extends TestBase {
case 3:
array.sort();
test = sort(test);
int a = array.findNextValueIndex(v);
int a = array.findNextIndexSorted(v);
int b = findNextValueIndex(test, v);
assertEquals(a, b);
break;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论