davisp opened a new pull request, #1591: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1591
Its a micro optimization but seemed to give a bit of a boost to only search words starting with the correct letter. An alternative to #1590 that doesn't involve adding a new dependency. This just relies on having a pre-calculated table of word ranges to binary search. Relatively speaking, this approach gets about slightly less than half the speed up of using phf. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org