lisdude / toaststunt

A network accessible, multi-user, programmable, interactive system for the creation of LambdaMOO style MOOs / MUDs.
63 stars 27 forks source link

Various code improvements for extensions. #14

Closed sorressean closed 5 years ago

sorressean commented 5 years ago

This pr does not bring huge improvements to performance; in the case of bf_distance and bf_round they might even be slightly slower because of a call to Var::new_float. Changes include:

A full list of individual function-level changes is as follows:

lisdude commented 5 years ago

I did this manually because I had already moved a bunch of stuff around and I'm too Git ignorant to know if it would have merged easily or not...

Things I don't know: what im doing