neilconway commented on PR #20538:
URL: https://github.com/apache/datafusion/pull/20538#issuecomment-3956425171

   Benchmarks:
   
   ```
     ┌────────────────────┬──────────────┬───────────┬─────────────┐
     │     Benchmark      │ std::HashSet │ hashbrown │ Improvement │
     ├────────────────────┼──────────────┼───────────┼─────────────┤
     │ high_duplicate/10  │ 145.00 µs    │ 68.94 µs  │ -52.4%      │
     ├────────────────────┼──────────────┼───────────┼─────────────┤
     │ high_duplicate/50  │ 719.46 µs    │ 350.68 µs │ -51.3%      │
     ├────────────────────┼──────────────┼───────────┼─────────────┤
     │ high_duplicate/100 │ 1.404 ms     │ 674.83 µs │ -52.0%      │
     ├────────────────────┼──────────────┼───────────┼─────────────┤
     │ low_duplicate/10   │ 180.33 µs    │ 107.87 µs │ -40.0%      │
     ├────────────────────┼──────────────┼───────────┼─────────────┤
     │ low_duplicate/50   │ 849.26 µs    │ 530.89 µs │ -37.6%      │
     ├────────────────────┼──────────────┼───────────┼─────────────┤
     │ low_duplicate/100  │ 1.706 ms     │ 987.72 µs │ -42.0%      │
     └────────────────────┴──────────────┴───────────┴─────────────┘
   ```


-- 
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