Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
GINQ supports run querying in parallel with thread pool created by Executors.newFixedThreadPool by default.
It's great to use Virtual Thread created by Executors.newVirtualThreadPerTaskExecutor to optimize the performance if the new feature Virtual Thread is available.