Currently there is no API to compact pool of `PooledArray`. This can be needed in two cases: * you removed many values from a `PooledArray` and want to have a smaller pool * you subsetted a `PooledArray` thus dropping many unique values This should be implemented after #56 is merged.