Arash Partow
Arash Partow
I get a similar error when running cppclean on the following project: https://github.com/arashpartow/exprtk/ command: cppclean . ``` Traceback (most recent call last): File "/usr/local/bin/cppclean", line 145, in sys.exit(main()) File "/usr/local/bin/cppclean",...
> Have You Measured It? Yes I have. The use-case is large objects _(eg: strings)_ +32bytes, that cause a greater hash computation time. When an object does not exist in...
@Photosounder Same issue raised here: https://github.com/codeplea/tinyexpr/issues/10#issuecomment-241543333
Very nice :+1:
@rchateauneu: I had a look at your library and can't see any improvements over the top 5 from the following benchmark: https://gist.github.com/anonymous/e78c3535e72d54208529 ----- @miloyip what do you think? perhaps it's...
@schoetbi Would like to update this PR, as I'd like to include it but I think the luajit lib may be out of date.
@binhuang00 when you have a moment can you please review and merge this PR.
looks like the cert has expired. Might want to consider moving to CircleCI: > $ curl -sSL "https://download.opensuse.org/repositories/science:dlr/xUbuntu_14.04/Release.key" | sudo -E apt-key add - > curl: (60) SSL certificate problem:...
@OliverSCE: Many years ago I went spelunking around this issue and came to the conclusion that ld was the main problem and not the compiler: https://sourceforge.net/p/mingw-w64/discussion/723797/thread/c6b70624/ That being said, I...
@belgoking and @eric-norige : I am planning on doing a simple upgrade of the library to c++17, as part of that I'll be looking at closing these issues.