Implement C pointers and arrays to improve performance.

Issue #2 new
Victor Christian Paredes Cauna created an issue

Performance seems to be unacceptable for uC using vectors and STD containers. A solution for it could be using pointers and arrays to avoid the overhead.

Another option is avoiding push back in vectors and compare performances.

Comments (0)

  1. Log in to comment