Skip to content

v0.5.0

Compare
Choose a tag to compare
@AdelKS AdelKS released this 09 Oct 22:41
· 231 commits to main since this release
2233bb4

One more release !

One the menu:

  • No more name lookup during evaluation, math objects are directly bound in expressions. Which tremendously improved evaluation speed (now only twice slower than pure C++)
  • One single Error struct
  • Math objects know their name
  • Input variables (to functions) are treated separately from normal variables: during parsing, their name is replaced with their index.

Full Changelog: v0.4.0...v0.5.0