https://github.com/ohrrpgce/ohrrpgce/commit/b0da751be81cbc4363ded21eca69ce23db8935e8
Author: teeemcee <teeemcee@7d344553-34f0-0310-a9b1-970ce8f1c3a2>
Date:   Sun Aug 10 16:20:18 2025 +0000

    Replace various SetChildNode's with AppendChildNode for efficiency
    
    SetChildNode is inefficient (quadratic) if adding many children to a node, 
and
    almost everywhere it's pointless to use it instead of AppendChildNode. But
    instead of doing a blanket replace I only used it in select areas of
    savegame.rbas. Saving slices is probably the more significant improvement.
    

 loading.rbas  | 42 +++++++++++++++---------------
 reload.bas    |  7 ++++-
 reload.bi     |  1 +
 savegame.rbas | 83 ++++++++++++++++++++++++++++++-----------------------------
 slices.bas    | 10 +++----
 5 files changed, 75 insertions(+), 68 deletions(-)

_______________________________________________
Ohrrpgce mailing list
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to