Optionaloptions: { chunkSize?: number; maxPooledBytes?: number }
Pool options.
OptionalchunkSize?: numberGaussians per chunk (default 1M). Should match
the chunkSize of any source it services.
OptionalmaxPooledBytes?: numberCap on bytes held in the free list (default 2 GB).
A new ChunkDataPool.
Create a CPU
ChunkDatapool.