Fastest small datastore on Windows
问题 My app keeps track of the state of about 1000 objects. Those objects are read from and written to a persistent store (serialized) in no particular order. Right now the app uses the registry to store each object's state. This is nice because: It is simple It is very fast Individual object's state can be read/written without needing to read some larger entity (like pulling out a snippet from a large XML file) There is a decent editor (RegEdit) which allow easily manipulating individual items