keiffster / program-y

Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
https://keiffster.github.io/program-y/
Other
350 stars 135 forks source link

Improve performance #130

Closed tomliau33 closed 6 years ago

tomliau33 commented 6 years ago

Compile regular expression takes many resources, pre-compile it can save computing resource. This modification can enhance huge performance when process a message.