|
From: Tom <to...@go...> - 2010-08-25 06:47:49
|
Hi, i have a configspec with about 200 lines and validate a simple dict with about 5 key/value pairs. For validation of the dict, i create a new config-obj with the config spec (and copy=True), merge the dict into the new config and run the validate() method. But this is very slow (on an embedded device (400 Mhz)). How can i speed up this process? Is it possible to validate only the dict without all the other stuff? Cheers, Tom |