sanastas commented on issue #5698: Oak: New Concurrent Key-Value Map 
URL: 
https://github.com/apache/incubator-druid/issues/5698#issuecomment-511734712
 
 
   @gianm , @jon-wei , @jihoonson and everyone!
   
   Oak has a great ability to scan forward ***and backward*** with the same 
speed! As Java's ConcurrentSkipListMap backward scan steps are in O(logN) each, 
Oak performs almost ten time faster in backward scans.
   
   Can you think about any scenario in Druid where the scan (iterator) goes 
forward and backward or only backward? Thanks!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to