Skip to content

v0.2.2: Improve evaluation speed

Compare
Choose a tag to compare
@tanujjain tanujjain released this 11 Dec 09:54
· 94 commits to master since this release

✨ New features and improvements

  • Switched to creating list comprehensions to create lists on demand instead of slower explicit for loops that rely on calling the append function in every iteration. #76
  • Used sets for membership tests
  • Used broadcasting instead of explicit for loops