Rich-T-kid commented on PR #23187:
URL: https://github.com/apache/datafusion/pull/23187#issuecomment-4897492507

   🤔  benchmarks show good improvement in every case but it should be much 
larger. Currently every `intern()` call causes the cache to be rebuilt from the 
bottom up. Instead of a flat vector it may make sense to use a hashtable that 
last in-between calls.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to