toro v0.2.0 Release Notes

Release Date: 2016-07-14 // almost 8 years ago
  • 🚀 I felt Toro was fast, but then I got a pull request from @raydf where he got rid of the workflow around raising the Halt exception, something Toro was using for stopping the execution once a match was found. Instead, he added a flag (the @halt instance variable) to keep track if a match had occurred. The result was an increase in performance of around 40%. The final version doesn't need the flag, as we were able to replace part of the API with a set of macros and the behavior is more in line with that of the first release. Huge thanks to @raydf for his awesome work :-)