-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provision of updated ordered merge functionality with full merge func…
…tionality (#188) * Initial commit for left merge mapping with correct behaviour * All fast ordered merges now fast and correct * ordered fast merges. indexed string field streaming map * Fixed streaming merge for non-indexed fields * Work towards fix for pathological (large) index gaps resulting in an entire index fetch * Fix for streaming merges to subdivide the mapping chunk if the index range is too large * Further work on ordered merges * Fix for ordered streaming merges of fixed strings * Temporary commit of benchmarking scripts; this isn't their home * Fix for failing dataframe tests; caused by an indent issue in the mapping code * Added test for ops.next_map_subchunk and some comments on the function for maintainers
- Loading branch information
1 parent
ed877c5
commit ae92652
Showing
10 changed files
with
2,393 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.