mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 04:27:54 +00:00
29ea79f5eb
* ScriptableComplex.h: big bang (several hundred ms) for little buck: made all CStrW params const CStrW& instead. this should *always* be done as a matter of principle, unless the string actually needs to be modified (in which case compiler will tell you) * adts: slight improvement to hash table perf: change expansion threshold to 50% full, and implement quadratic probing (as suggested by matei) This was SVN commit r4122.