JB Mouret

Results 28 issues of JB Mouret

double should be faster on our x86_64 computers... and more precise.

enhancement

This might take some additionnal memory but that will ensure that the file is fully written (see #49). What do you think @JoostHuizinga ?

Changing the way the parameters work should allow us to have default values. Principle: ``` C++ #Include #define SFERES_PARAM(T, Name, Value) static constexpr T Name() { return Value; } struct...

enhancement