dkpro / dkpro-pycas

Library for working with UIMA CAS XMI files in Python. This library is deprecated. Use DKPro Cassis instead!
https://github.com/dkpro/dkpro-cassis
Apache License 2.0
3 stars 3 forks source link

#9 - Performance issues #10

Open jcklie opened 6 years ago

jcklie commented 6 years ago

Before:

⇒  time python  sandbox.py
python sandbox.py  39,61s user 0,21s system 99% cpu 39,822 total

After:

⇒  time python  sandbox.py
python sandbox.py  4,85s user 0,09s system 99% cpu 4,947 total
reckart commented 6 years ago

I don't understand the python versioning scheme... for me, a version increase is done when a release is being performed. Is merging a PR automatically a release? What happens when we have more than 26 PRs - does it go "0.1.1aa" then?