|
|
|
|
|
by wongarsu
1794 days ago
|
|
Just naively translating the registry into a NTFS directory structure would require 1kb per value, simply because that's the size of a file record (NTFS already has an optimization to store small files directly in the file record if it fits in next to all the attributes and ACLs). Also the Windows Filesystem driver stack is not very efficient for accessing many small files. It's built for flexibility and security, not speed. |
|