+ Increase default PooledEnumerable buffer pool capacity.
+ Instantiate PooledEnumerable instances with a backing List that has a default capacity before calling AddRange.
* This increases performance for instantiating larger PooledEnumerables and decreases the amount of memory reallocation due to collection resizing.