#2517 HIGH Untriag: Optimize verification of live incremental upgrades
Zarro Boogs per Child
bugtracker at laptop.org
Thu Sep 20 23:34:19 EDT 2007
#2517: Optimize verification of live incremental upgrades
--------------------------+-------------------------------------------------
Reporter: cscott | Owner: mstone
Type: enhancement | Status: new
Priority: high | Milestone: Untriaged
Component: distro | Version:
Resolution: | Keywords:
Verified: 0 |
--------------------------+-------------------------------------------------
Comment(by mstone):
Our 30-minute run time seems to be overwhelmingly dominated by a time
spent in our JSON parser. Unfortunately, most other JSON parsers,
including simplejson and python-cjson, are optimized with C extensions. We
would like to avoid C extensions in order to reduce the risk of buffer
overflows, which adds slightly to the cost of using one of these other
parsers.
Hence: how much developer time are we willing to spend to get a 20-minute
run time, a 15-minute run time, or a 10-minute run time?
--
Ticket URL: <https://dev.laptop.org/ticket/2517#comment:5>
One Laptop Per Child <https://dev.laptop.org>
OLPC bug tracking system
More information about the Bugs
mailing list