Open
Description
I'm (belatedly!) moving from zfp 0.5.x to 1.0.1 and am very impressed with the read-only variable rate arrays.
With the fixed-rate arrays it was possible to serialize to disk once and then read them in later, thereby saving time compressing them on application startup.
Is there any way to do this with const_array? The documentation only mentions "zfp’s read-write compressed arrays can be serialized to sequential, contiguous storage".
I'm not too worried about the headers (I can store that information independently) but being able to populate compressed_data from disk would be really useful.
Metadata
Assignees
Labels
No labels