Skip to content

v0-2-0

Latest
Compare
Choose a tag to compare
@Zetelias Zetelias released this 29 Dec 23:37
· 6 commits to main since this release
8ce2783

v0-2-0: Performance and convenience

Changelog

  • The CommandMap data type now uses an unordered_map for O(1) lookup instead of O(log(n)) lookup as map does
  • Added a python script to generate the pdf documentation and versioned the doxyfile for convenience purposes

Breaking changes

If you relied on commands being iterated in the same order that they were inserted in, this will break your code, as unordered_map has no particular order, so "iterating" over it is more like traversal.

What's Changed

  • 0.2.0 brings performance improvements by @Zetelias in #1

New Contributors

Full Changelog: header...v0-2