I have no idea how a space got into every case of unused tag in my entire techinfo xml... Didn't do it on purpose at least. Easy to fix though.Was just looking through the TechInfo's and i noticed alot of (spaces) in the XML files? (see attached, one on the right looks correct), DH can give a better (what happens if) then me, but i believe it might take longer for something, i just dont know what?? DH??
Also do you explain anyplace on the changes you made for the TechInfos anyplace?
Was just looking through the TechInfo's and i noticed alot of (spaces) in the XML files? (see attached, one on the right looks correct), DH can give a better (what happens if) then me, but i believe it might take longer for something, i just dont know what?? DH??
With C2C having empty tags is a bit slower to load than not having the tags at all. We are talking nanoseconds and smaller here.
Basically how it works is that the Type tag is read and a new entity is made with all the defaults in place for the tags. Then the rest of the XML for that entry are read and a decision has to be made - if there is a value then update the entity (or report error if invalid) otherwise ignore the tag. If the tag is not there then no decision needs to be made and no validation done.
A tag <tag/> is faster to process as it can be ignored straight away. One like <tag>0</tag> is slowest because it needs to be read, tested and processed. Which is a pity if the 0 is the default as it is all wasted processing.
So in your last committed XMLing then you deleted almost all the lines that had a None or 0 in them, is that ok to do or just modules, and if so can WE go into the XML and delete line(s) there so things can "so called" get faster. even if minuscule??
You said earlier that "garbage" isn't really a civic or there is NO need for it, do you have a better one that COULD go into C2C at the present time,?? (Just 1)
Not really.You said earlier that "garbage" isn't really a civic or there is NO need for it, do you have a better one that COULD go into C2C at the present time,?? (Just 1)
... if it's absolutely essential to have those reputation boosts.