aichaos / rivescript-go

A RiveScript interpreter for Go. RiveScript is a scripting language for chatterbots.
https://www.rivescript.com/
MIT License
60 stars 16 forks source link

faster reloading in parser for alicebot reloading #44

Closed echoline closed 3 years ago

echoline commented 3 years ago

if objects reload a rivescript file it gets progressively slower and slower. example of usage: https://github.com/echoline/rs/blob/master/server.go#L90

kirsle commented 3 years ago

Looks good, thank you! 😄