![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
LimitationsBeing a generic, modular development engine, Lush has certain limitations. Although best efforts are made to ensure that the code is fast and tight, sometimes the code will be generic enough as to lose speed. This is because as code expands to cater for more variations, it loses speed. To get the fastest code possible, the code should be written for a single requirement. The minute you start adding checks for given criteria, the code slows down. Depending on the code, this may or may not be a problem. If the code is only going to be called once, this slowness is acceptable. If however, the code is going to be called multiple times a second, it starts to become an issue. |