Significantly increase performance
authorRyan Campbell <campbellr@gmail.com>
Thu, 30 Dec 2010 05:14:38 +0000 (22:14 -0700)
committerRyan Campbell <campbellr@gmail.com>
Thu, 30 Dec 2010 05:14:38 +0000 (22:14 -0700)
commit4036c8ca3b59d61c18c9525b7949406293d3592b
tree7a16951cb4a98a2cd86ada94a148b4c795acecdb
parent6858d3b64e03da3dbb786c1eb3a13d63cc1b797e
Significantly increase performance

Previously we would only cache the XML, meaning we would have to
re-parse every single time, which is suprisingly costly.

We now store the Element object instead of the XML to avoid as much parsing
as possible.
package/src/apicache.py