Change to C arrays to improve performance

Issue #8 new
Victor Christian Paredes Cauna created an issue

Seems that C++ std containers are slower than using pointers and arrays. The idea would be to measure this difference and if appropriate implement pointers and arrays in C - style.

Comments (0)

  1. Log in to comment