Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speedup creating Item objects (jendrikseipp#165)
According to vmprof (https://github.com/vmprof/vmprof-python) over a large code base, about 20% of the time was spent in Item:__init__, use slots to reduce the time spent in Item:__init__ to 1%
- Loading branch information