paulirwin commented on PR #938: URL: https://github.com/apache/lucenenet/pull/938#issuecomment-2113908227
The performance is even better with this new approach. Of course some heavily multi-threaded writes/syncs might see a hit, but at least it's more thread-safe now. ``` | Method | Job | Runtime | IterationCount | LaunchCount | WarmupCount | N | Mean | Error | StdDev | Ratio | RatioSD | |------------------------ |--------- |--------- |--------------- |------------ |------------ |--- |---------:|----------:|---------:|------:|--------:| | IndexDocumentsBenchmark | .NET 7.0 | .NET 7.0 | Default | Default | Default | 10 | 32.06 ms | 0.771 ms | 2.135 ms | 1.00 | 0.00 | | IndexDocumentsBenchmark | .NET 8.0 | .NET 8.0 | Default | Default | Default | 10 | 31.57 ms | 0.781 ms | 2.189 ms | 0.99 | 0.09 | ``` -- 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]
