rmuir opened a new issue, #11772:
URL: https://github.com/apache/lucene/issues/11772

   ### Description
   
   Having native code complicates the gradle build and causes bugs.
   
   The Direct-IO directory no longer needs native code, it uses JDK APIs. So 
the only thing left is WindowsDirectory.
   
   I'm not sure this thing is really faster than the JDK. If i remember, the 
synchronization that causes the issues was in windows. Honestly, users should 
use MmapDirectory on windows IMO.
   
   So maybe net/net it is better for our windows support to remove this thing?


-- 
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.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