Try to reuse initial temporary cache when loading data into pool
Previously the cache created in an AsPool constructor would always get thrown away immediately when load() was called, which is very common. Now we try to reuse it and only drop it if actually necessary.
Please register or sign in to comment