You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in "FastPFor/headers/codecs.h" virtual std::vector<uint32_t> compress(const std::vector<uint32_t> & data)
Is it possible to compute the size of the compressed output or a close approximation instead of allocating a big chunk and resizing it later.?
The text was updated successfully, but these errors were encountered:
in "FastPFor/headers/codecs.h" virtual std::vector<uint32_t> compress(const std::vector<uint32_t> & data)
Is it possible to compute the size of the compressed output or a close approximation instead of allocating a big chunk and resizing it later.?
The text was updated successfully, but these errors were encountered: