rclabo commented on issue #485: URL: https://github.com/apache/lucenenet/issues/485#issuecomment-833549382
@roryap It's really hard to say, but such a code base would likely result in a lot of bugs that take a very long time to work out. Before one should walk down that path they should verify carefully that lack of async/await is actually the source of throughput bottleneck in their desired use case. Are they really saturating the machine with threads and truly running out of the ability to create new ones while the majority of threads are doing nothing but waiting on disk IO? Verifying that such a situation truly exists should be job one before even thinking of making a parallel modified codebase that one must maintain by themselves. It's certainly not a road I'd want to walk down. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
