mikemccand commented on PR #13572:
URL: https://github.com/apache/lucene/pull/13572#issuecomment-2343637892

   > Anyways: At moment we do not want to have native code in Lucene Core.
   
   +1, we don't put native code in Lucene's `core`.
   
   But @uschindler is there maybe a way forward not using core?  I.e. add 
native code to `misc` or `sandbox` or so, to enable iterating on direct access 
to SIMD for early adopters (opt in)?
   
   Or is the `src/javaXX` approach core-only for some reason?
   
   Having the likes of OpenSearch, Elasticsearch, and Solr implement their own 
(high performance) direct native SIMD access seems not ideal to me.  It really 
should somehow be an option in Lucene, even if it's not the default.
   
   This would be our "Plan C" (["Plan B" was the previous workaround of gaining 
early access to SIMD via 
Panama](https://github.com/apache/lucene/issues/12302), but even that is 
bottlenecking us too much now).


-- 
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: issues-unsubscr...@lucene.apache.org

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


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

Reply via email to