Christian Vetter

Results 52 comments of Christian Vetter

@imagovrn any chance to look at this?

Do you mean insufficient python tests? The C++ tests test all offsets with all bit widths, and test the highest bit possible for each.

After #169 a Vector can be cast to a mutable slice if (and only if) it does not contain ranges. Those slices should then be sortable via normal methods. Removing...

A download a load of compressed files and pipe them directly into the decoder. The lack of parallel downloads when outputting to stdout seems to hurt speed very noticeably, up...

I did a quick prototype in Rust ( https://github.com/VeaaC/s3get ) that just uses X threads, keeps results in a sorted binary tree to be written by another thread, and limits...

In general it could make sense to have the APIs a bit more flexible, as long as they stay easy to use (e.g. it should always be clear which kind...

@roshats @lene what do you think? Adding support for something like this could be done in several ways: A) add descriptors on how to interpret input/output B) add separate encode/decode...

Would the full re-write https://github.com/heremaps/flexible-polyline/pull/38 also address your problems?

Hi @domenik-b . I can check if we have any Ruby experts in this project, but there is a good chance that there are none. Out of curiosity: Would you...

Sounds a bit like https://github.com/heremaps/flexible-polyline/issues/52