[openstack-dev] Cinder unit test failure

Jay Pipes jaypipes at gmail.com
Tue Jan 21 23:06:45 UTC 2014


On Tue, 2014-01-21 at 08:29 +0530, iKhan wrote:
> I am worried which one is better in terms of performance? iniparse or
> ConfigParser?
> 
> I am aware iniparse will do a better job of maintaining INI file's
> structure, but I am more interested in performance.

The parsing of INI files is the last thing you should be worried about
from a performance perspective. It's not as if your project is built
around the constant parsing and writing of INI files. It's done once on
startup. Who cares about the performance of this?

Best,
-jay





More information about the OpenStack-dev mailing list