I tried to do both Registry and Ini import/export with this library. some thoughts:
1. Ini - parser is too basic and not configurable. The operators are hard coded as ":=" and not configurable by the Configuration class, not sure why.
2. The registry took too much time, probably because of the export operation which performs very bad.
Hope these will be fixed because I see lots of value in lightweight library like this one