richardstartin commented on pull request #8101:
URL: https://github.com/apache/pinot/pull/8101#issuecomment-1027209667


   > High level question: the improvement in this PR is very similar to the 
`OnHeapStringDictionary`. I am thinking maybe we should just use 
`OnHeapStringDictionary` if the dictionary size is small
   
   I think it’s worth comparison. This has a couple of advantages:
   - fewer types, making it more likely the calls to getStringValue inline into 
hot loops, if they don’t inline it affects what can be done with that loop.
   - Only store the values which actually get unpacked


-- 
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: commits-unsubscr...@pinot.apache.org

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



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

Reply via email to