ivutils
|
Interface for using vector_packer with local pointer. More...
#include <packer.h>
Interface for using vector_packer with local pointer.
It copies packer with all the values in it. Join insert each value into the original packer one by one. Thus if values are equal in several local copies they will merge into on value in the original packer after join. Join return std::vector<size_t> result that remaps indices from local copy to global copy, i.e. result[local_data_index] = original_index.