nullc
nullc copied to clipboard
Fast C-like programming language with advanced features
When testing nullc with the tests from https://github.com/ArashPartow/exprtk there is a big difference in the total of equal expressions compared to C/C++ or other programming languages: ``` import std.io; import...
While testing https://github.com/WheretIB/nullc/files/9668225/exprtk_functional_test.nc.zip from this issue https://github.com/WheretIB/nullc/issues/33 I noticed a high memory usage **212 MB**: ``` /usr/bin/time ../bin/nullc_exec exprtk_functional_test.nc -10.123456789107372 == -10.123456789107 == -10.1234567891073723 7366 7285 0.61user 0.05system 0:00.67elapsed 99%CPU...