Thomas Depierre

Results 34 comments of Thomas Depierre

Having thought of it a lot, the only solution that make sense imho is if nixos generate the nix.conf then reevaluate. But i am not sure how easy that would...

Just add ```json "files.associations": { "*.leex": "HTML (EEx)" ```

not only that but technically decimal: 20 is not precise enough. I have a few ideas of what happens here and my guess is that the culprit here is that...

We can try. Worth running a benchmark with it. Normally the GC should kick in

The problem of using fixed number of decimals is that it is wrong. Erlang does not handle all doubles as fixed numbers of decimals technically. Scientific work but i would...

Yeah so this `float_to_binary/1` is the same as ` float_to_binary/2` with `{decimal, 20}` iirc which is the one i need to check. The problem is that there is multiple ways...

So good news: using the new BIF bring the memory used for Canada from `82.63 MB` to `33.59 MB` which is a 2.45x reduction. That is good progress and do...

as a note, i also get a 2x speed up on pokedex and a memory use that goes from `797.3 KB` to `659.06 KB` even if it has far less...

It is coming, https://github.com/erlang/otp/pull/4719, hopefully in OTP 24.1. For compile time check, it is more a question for @michalmuskala

Yeah i will take a look. Will take a bit of time, but we should be able to handle these