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

   ## Summary
   
   - exercise Theta A-not-B when the larger B input contributes the lower 
theta, for both ordered and unordered paths
   - replace the approximate two-sketch HLL commutativity check with the 
reference merge-order regression across all six permutations
   - replay the original Java and C++ CPC fixture inputs after deserialization 
to verify mutable state across sparse, hybrid, pinned, and sliding flavors
   
   ## Motivation
   
   The Java and C++ implementations protect these observable behaviors with 
focused regression coverage. Rust already produces the expected results, but 
its existing tests either used a less discriminating input shape or stopped at 
serialization round-trip checks. This PR strengthens those public boundaries 
without copying language-specific memory, allocator, or internal-state tests.
   
   Each behavior is isolated in its own commit.
   
   ## Validation
   
   - cargo x check
   - 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