Skip to content

v0.11.3

Compare
Choose a tag to compare
@tmck-code tmck-code released this 17 Mar 13:20
· 571 commits to master since this release

What's Changed

The pokesay tool uses a trie struct that contains all of the pokemon for each category.
For any modes that use this trie (e.g. -name and -category), >75% of the execution time is spent loading this trie, before searching and eventually printing the pokemon.
This implements a new way of storing and searching the categories, resulting in performance increases when using the name/category modes 🚀

Full Changelog: v0.11.2...v0.11.3