Björn Gustavsson
Björn Gustavsson
@michalmuskala Yes, this code will be nicely optimized by this pull request and #6259. Internally in the compiler, your example would be rewritten to something similar like this: ``` varint(Bin)...
> It's a shame the two sub-byte reads are separated - I assume always reading full bytes is more efficient. In this case in particular it would be better to...
Thanks! Added to our daily builds.
Thanks for your pull request. We will schedule an OTP Technical Board meeting to discuss it. Do you have any examples of real-world use cases?
We have scheduled an OTB meeting for next week to discuss this PR.
We have had the OTB meeting. Overall, we liked the API and it seems to be cleanest way to implement the given functionality. The only thing we were not sure...
> The performance must be the same as the original version. Running a modified version of [base64_bench](https://gist.github.com/bjorng/522470f313ac01d16156a597657f97bb) on the `maint` branch, I get the following numbers on my computer: ```...
@Maria-12648430 There were no noticeable differences in benchmark results between the two modes. > Going by gut feeling, it should, as there is now an extra check? In general, matching...