pmd/pmd-core
Clément Fournier 7a37be55db Revert "don't use global namepool to avoid resource contention"
Actually benchmarking with different levels of
parallelism shows that there is no contention,
and that sharing the namepool is beneficial even
with many threads. When the number of threads is
very high, using independent namepools increases
the amount of work to allocate names.

This reverts commit 2253f38ccb999430b70b4b14c47cd6eb2b1758f7.
2020-04-17 18:03:57 +02:00
..