Commits

David Young committed f5b6eed8acd
After quick-sorting the index, go ahead and assert that there are not duplicate entries for the same HDF5 page offset. There's an O(n) cost to that, but it should be no more than the O(n log n) cost of the quicksort.