SVG:Data Storage: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 41: Line 41:
==== Pros. ====
==== Pros. ====


* The typed data is always there (along with default values) for the internal code to access. Depending on what extent we null out pointers, the internal code may not need to have so much knowledge about default values or have much branching code to handle whether there is typed data avalable or not.
* The typed data is always there (along with default values) for the internal code to access. Depending on the extent to which we null out pointers, the internal code may not need to have so much knowledge about default values or have much branching code to handle whether typed data is present or not.


* No GetAttr call required to get to the typed values (unlike strategy B below). Is this a significant saving/issue?
* No GetAttr call required to get to the typed values (unlike strategy B below). Is this a significant saving/issue?
Confirmed users, Bureaucrats and Sysops emeriti
969

edits

Navigation menu