psolin / cleanco

Company Name Processor written in Python
MIT License
322 stars 95 forks source link

optimize (is horribly slow) #18

Closed petri closed 9 years ago

petri commented 9 years ago

Due to the way cleanco currently works, quite intensive operations are taking place every time a name is cleaned (a class is instantiated every time a name is cleaned; see what happens in __init__).

This should be optimized so that the operations only take place once.

petri commented 9 years ago

Implemented in release 1.2 pushed to PyPI