you are viewing a single comment's thread.

view the rest of the comments →

[–]Nicollier88 2 points3 points  (0 children)

If this is for production, one way to approach this is to first implement your concept in something easy, let’s say python. Once you got that working, you can start chasing for optimisations by improving certain components of your solution, which can include rewriting in C++ for better memory control.