https://bz.apache.org/bugzilla/show_bug.cgi?id=64015
--- Comment #10 from Tim Allison <talli...@apache.org> --- I ran two tests of roaring bitmap, java bitset and zaxxers sparsebitset. I wanted to simulate "worst case scenario" which is random ints from 0 to Integer.MAX_Value. First test: 1000000 random numbers (well above anything we'd think we'd need) roaring bitmap (tested with -Xmx128m) 48018 total ms, 539.5280898876405 avg ms java bitset (tested with -Xmx2g) 23826 total ms, 267.70786516853934 avg ms zaxxer (requires -Xmx256m) 27730 total ms, 311.5730337078652 avg ms 100000 random numbers (still a good deal more that we think we'd need) roaring bitmap (tested with -Xmx128m) 6508 total ms, 73.12359550561797 avg ms java bitset (tested with -Xmx2g) 7607 total ms, 85.47191011235955 avg ms zaxxer (tested with -Xmx128m) 3353 total ms, 37.674157303370784 avg ms -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org