duckAsteroid / rat-xml

Random access, tiny XML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store metadata in a single disk lookup

duckAsteroid opened this issue · comments

Store the metadata tree (element & attr names - parent/child relations) in a separate binary entry (maybe a separate file?)

This would allow XPath to operate on a model using just one disk hit.

Maybe this could be an option on the serialisation format.