fabriziofortino commented on PR #1276:
URL: https://github.com/apache/jackrabbit-oak/pull/1276#issuecomment-1903949936

   @nfsantos the LinkedBlockingQueue is now bounded to the maximum number of 
results we can read. I prefer not to change it with an `ArrayBlockingQueue` 
because it pre-allocates its backing array. In most of the cases, the result 
set size is small. Allocating a large array every time could affect performance.


-- 
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: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to