Peter Lindstrom

Results 240 comments of Peter Lindstrom

@stsewd Thanks for your help. Looks like you may have done some work to fix this? This is the second time that `latest` is not being rebuilt when pointing it...

The command-line utility and API assume the file/memory buffer to compress is in native byte order. If it isn't, then you need to byte swap the data. The data returned...

I'm afraid we didn't have time to work out (de)serialization with the `const_array` classes for the 1.0.x releases, but it is likely that this will be supported in the next...

Just a friendly reminder to look into this issue when you get a chance.

> Under what circumstances "should" `α(R)` be about constant with respect to `R`? Is that the best possible behavior, or will it be achieved by a compressor well-suited to chaotic...

Thanks, @ben-e-whitney, for all your work in addressing this issue. The accuracy gain plot looks a bit odd, but at least it doesn't go off a cliff, so that's a...

Thanks, but this leads to another issue: ``` MGARD/src/lossless_dispatcher.cpp:69:3: fatal error: static_assert failed due to requirement 'std::is_same::value' "deprecated Huffman coding written with assumption that `std::int64_t` is `long int`" static_assert(std::is_same::value, ^...

Here's an update. I was able to get around the `int64_t` issue just by commenting the assertion out, which should be safe given that these types have the same size...

@ben-e-whitney It's been some time since I saw progress on this issue or #186. Do you have any updates to share?