drdhaval2785 / SanskritSubanta

Sanskrit noun form generator
http://lanover.com/lan/sanskrit/subanta.html
15 stars 6 forks source link

efficiency audit #94

Open drdhaval2785 opened 9 years ago

drdhaval2785 commented 9 years ago

The script takes almost 1-2 minutes to execute. It is considerable time considering the fact that we are only manipulating strings. No media or image handling is done.

In my opinion sub, arr or one two three functions may be responsible for delay.

Proper analysis is needed to reduce the execution time

drdhaval2785 commented 8 years ago

Efficiency audit and debugging facility done in SanskritVerb repository. The same may be done in this repo.