can't have more records than number of partitions | 1 ms | Passed |
don't drop from the first partition | 1 ms | Passed |
don't pull from the first partition | 17 ms | Passed |
drop a single read from the partition and append read when in the middle | 2 ms | Passed |
drop a single read from the partition if there are no other reads in the pair | 2 ms | Passed |
drop reads from the start and don't append when in the last partition | 1 ms | Passed |
drops all the reads from a pair from the start of a partition | 1 ms | Passed |
gets a single read from the partition if there are no other reads in the pair | 5 ms | Passed |
gets all the reads from a pair from the start of a partition | 1 ms | Passed |
move pairs around an rdd | 3.8 sec | Passed |
only append to the first partition | 3 ms | Passed |
properly handle dropping from an empty iterator | 0 ms | Passed |
properly handle pulling from an empty iterator | 1 ms | Passed |
unroll array for broadcast | 2 ms | Passed |