mikemccand commented on issue #12477: URL: https://github.com/apache/lucene/issues/12477#issuecomment-1660924826
Thanks @tang-hi -- I think this is a great place to leverage Lucene's `Codec` API :) We could create an experimental (NOT the default, no backwards compatibility guarantee, etc.) `PostingsFormat` that is SIMD optimized, which brave users/apps could use if they know they are on CPUs that support the latest & greatest SIMD instructions, and iterate on that. -- 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]
