mikaelpatel / Arduino-Shell

RPN Postscript/Forth Command Shell for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance: Reduce memory virtual member function read() overhead

mikaelpatel opened this issue · comments

The Memory virtual member function read() is the most common call from the interpreter. There is a high overhead with a virtual member function call. Any improvement in this function will scale in interpreter overall performance.

Please see commit e1efda8.