MarginaliaSearch/code/index/index-reverse/java
Viktor Lofgren dc5c668940 (index) Re-enable parallelization of index construction, disable parallel sorting during construction
The first change, running index construction in parallel, was previously how it was done, but it was changed to run sequentially to see how it would affect performance.  It got worse, so the change is reverted.

Though it's been noted that sorting in parallel is likely not a good idea as it leads to a lot of I/O thrashing, so this is changed to be done sequentially.
2024-07-31 10:06:53 +02:00
..
nu/marginalia/index (index) Re-enable parallelization of index construction, disable parallel sorting during construction 2024-07-31 10:06:53 +02:00