Files
vgstation13/code
clusterfack b17f96c2c6 Optimizations
Optimizes reset variables, initial costs about 1e-5 to 1e-6. Whereas an operation that just sets a variable in an associate list using another variable in an associative list has a negligible cost even at extremely high calls. Therefore all the variables are initialized only once in a single associative type list holding all the vars.

Optimizes recursive_hear_check as used within say() code. Currently it checks all atom/movables within view which is a minimum of 225 lighting overlays, and checks each of these atom/movables recursively and then uses the list OR operator to add them in due to possible overlap. Instead recursively checks turfs only once and adds them to the found list due to eliminating the possibility of overlap.
2015-06-16 23:50:39 -05:00
..
2015-06-16 23:50:39 -05:00
2015-06-13 20:18:43 -05:00
2015-06-13 20:18:43 -05:00
2015-06-09 17:25:44 +02:00
2015-06-13 20:18:43 -05:00
2015-06-13 20:18:43 -05:00
2015-05-04 20:38:51 -05:00
2015-06-13 20:26:51 -05:00
2015-05-12 02:13:48 -05:00
2015-06-13 20:18:43 -05:00
2015-06-13 20:18:43 -05:00
2015-06-06 22:15:21 +02:00
fug
2015-06-13 20:21:46 -05:00