-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
String concatenation should be replaced with join() #4
Comments
Apologies for the delayed reply - things have been insanely busy lately on This is a good point. I haven't put much effort into optimizing XHPy, so Using join() shaves ~50% of rendering time in the 10x10000 case. From a On Wed, Sep 12, 2012 at 4:14 PM, stoarca [email protected] wrote:
|
Here are the results of a modified spitfire test (https://code.google.com/p/spitfire/source/browse/trunk/tests/perf/bigtable.py) on my machine using
1000x10 table (the default):
10x10000 table:
10x100000 table:
While the last one might not be a totally realistic example, the first two are, and 5 seconds is not a reasonable render time. I can submit a pull request if you let me know how to use the pdb within xhpy elements. It skips most things for some reason.
Coincidentally, I think you may have been my frosh leader in 2008. I started working on the same thing for a couple of days before I found yours. Great work!
The text was updated successfully, but these errors were encountered: