remove TODO that was in fact done

This commit is contained in:
Mike McCandless 2016-03-11 04:54:01 -05:00
parent b8e454c1da
commit 030caba6cb
1 changed files with 0 additions and 3 deletions

View File

@ -1059,9 +1059,6 @@ public class BKDWriter implements Closeable {
assert count > 0: "nodeID=" + nodeID + " leafNodeOffset=" + leafNodeOffset;
writeLeafBlockDocs(out, heapSource.docIDs, Math.toIntExact(source.start), count);
// TODO: we should delta compress / only write suffix bytes, like terms dict (the values will all be "close together" since we are at
// a leaf cell):
// First pass: find the per-dim common prefix for all values in this block:
Arrays.fill(commonPrefixLengths, bytesPerDim);
for (int i=0;i<count;i++) {