tisonkun opened a new pull request, #222:
URL: https://github.com/apache/datasketches-rust/pull/222

   ## Summary
   
   - merge already-sorted compactor items directly from their borrowed slice
   - allocate and sort a temporary copy only for unsorted source compactors
   - preserve the ordering invariant established by #220 while removing 
redundant work from the common higher-level merge path
   
   ## Testing
   
   - `cargo x check`
   - `cargo x prepare-testdata`
   - `cargo x test`
   - `cargo x lint`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to