Skip to content

Conversation

@kmod
Copy link
Collaborator

@kmod kmod commented Aug 10, 2015

  • improve bool and str hash() speed
  • optimize str.find(char) [ie use faster "find char in string" method over "find string in string" method]

@kmod
Copy link
Collaborator Author

kmod commented Aug 10, 2015

      django_template3.py             3.3s (4)             3.3s (4)  -0.2%
            pyxl_bench.py             2.9s (4)             2.8s (4)  -4.0%
sqlalchemy_imperative2.py             3.2s (4)             3.2s (4)  +0.2%
                  geomean                 3.2s                 3.1s  -1.3%

@kmod kmod force-pushed the perf3 branch 2 times, most recently from 6ef8212 to 7df9e62 Compare August 10, 2015 22:06
- improve bool and str hash() speed
- optimize str.find(char)
kmod added a commit that referenced this pull request Aug 10, 2015
@kmod kmod merged commit 51b19ce into pyston:master Aug 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant