Files
Aurora.3/code/ZAS
skull132 83741f09c8 Make connecting turfs into an assoc list (#2976)
Turns connecting_turfs into an associated list. From testing a few years ago, assoc lists performed quite well when it came to key-access at runtime. This then allows us to make the loop at ConnectionGroup.dm:112 into a stable one, complexity wise. Only O(world.view^2) instead of O(connecting_turfs.len * world.view^2).

All references to connecting_turfs were edited to match this.
2017-07-09 00:48:56 +03:00
..
2017-05-27 23:12:50 +03:00
2017-07-06 23:37:58 +03:00
2017-06-10 22:38:41 +03:00
2017-06-10 22:38:41 +03:00
2017-05-24 02:51:49 +03:00
2016-12-25 01:11:09 +02:00
2017-07-06 23:37:58 +03:00