paulirwin commented on issue #1151: URL: https://github.com/apache/lucenenet/issues/1151#issuecomment-2746610165
I have determined that this largely is a concurrent load issue. When setting `ParallelOptions.MaxDegreeOfParallelism` to 1 (so it runs serially), the numbers are a lot closer (although mmap is still slower). MacOS 15, arm64 (MaxDegreeOfParallelism = 1): - SimpleFS: 7.29s - NIOFS: 8.88s - MMap: 15.27s -- 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: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org