rishabhdaim commented on PR #2178:
URL: https://github.com/apache/jackrabbit-oak/pull/2178#issuecomment-2724121911

   @nfsantos benchmark for creating set from Iterable + iterating it + calling 
`contains` API
   
   >Benchmark               (size)  Mode  Cnt        Score        Error  Units
   ImmutableSet.apache          1  avgt   10        0.016 ±      0.002  us/op
   ImmutableSet.apache        100  avgt   10        1.343 ±      0.018  us/op
   ImmutableSet.apache      10000  avgt   10      141.176 ±      5.004  us/op
   ImmutableSet.apache    1000000  avgt   10    30727.830 ±  14243.153  us/op
   ImmutableSet.apache  100000000  avgt   10  3440894.454 ±  99999.848  us/op
   ImmutableSet.guava           1  avgt   10        0.001 ±      0.001  us/op
   ImmutableSet.guava         100  avgt   10        1.157 ±      0.008  us/op
   ImmutableSet.guava       10000  avgt   10      139.581 ±      0.581  us/op
   ImmutableSet.guava     1000000  avgt   10    61763.741 ±  17289.356  us/op
   ImmutableSet.guava   100000000  avgt   10  3550494.812 ± 353004.799  us/op
   ImmutableSet.jdk             1  avgt   10        0.022 ±      0.001  us/op
   ImmutableSet.jdk           100  avgt   10        1.609 ±      0.099  us/op
   ImmutableSet.jdk         10000  avgt   10      150.021 ±      1.770  us/op
   ImmutableSet.jdk       1000000  avgt   10    25955.204 ±   3648.838  us/op
   ImmutableSet.jdk     100000000  avgt   10  3531891.188 ±  92113.725  us/op


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

Reply via email to