Windows registry performance in multithreading
The Windows registry (WR) is a NoSQL DBMS based on a semi-structured hierarchical data model. Unlike configuration files approach, WR:
- can manage millions of keys and values
- is thread-safe
- is an in-memory database
- supports some data types
- supports a secure access to keys and values
- has GUI (regedit) and command …