The PyDevice 1.3.0 allows to compile Python code once and cache the compiled byte-code unless the
code changes in the record. Some of the advantages include allowing to skip the
record parameters conversion to string and later to Python type, with the conversion
gone so are problems with lost precision for double/float types, and as reported
the record processing the Python code could be as much as 5x faster.