Marco

Results 7 comments of Marco

@sizmailov I will try to make a similar parsing to the one made to detect the other imports then and update this pull request. Thanks for the feedback

@cdcseacave if one tries to compile the code on a big-endian CPU, as the code is now, it would invert the integers. What I just did is to detect the...

@cdcseacave I would like to know which fields from the EXIF that were set on the file, even if it had an invalid value. An example is the `Orientation` field,...

@cdcseacave here is an use-case where that would not work: Imagine that an user wants to detect invalid (or corrupt) fields inside the exif. If we fill those with values...

I had a similar problem in aarch64 which was solved by passing the flag `-ffp-contract=off` to the compiler. Such flag disables `MADD` / `MSUB` instructions, which, as I found out,...

Hi @arthurdejong About the performance benefit, I can change some methods and measure them using `timeit` or other simple tool for timing in python. For some raw initial results, I...

@guyskk great idea! It could have a canonical Alphabet class that support both chars and weights.