How fast is Noobeed?
All built-in functions in Noobeed run as fast as C++ functions because they are written in C++. For example an ortrorectification of a 4000 x 4000 aerial image would take about 5 minutes in a typical PC. Due to being an interpreted language, Noobeed program is relatively slower, however providing all the benefits of interactive, automatic variable declaration and memory handling. Noobeed external functions pay a little extra cost, however they keep the main program short and easy to read.