upthewaterspout opened a new pull request #6482: URL: https://github.com/apache/geode/pull/6482
The test compares the performance of the cursor with the performance of an iterator. Although the cursor is about an order of magnitude slower than an iterator, the iteration time still looks like it's O(1) - eg the time to iterate per entry does not go up with the number of entries. Tweaking the name of the elementAtHashesTo method, based on feedback from the last PR. Trying to make that code a little more readable. -- 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