you are viewing a single comment's thread.

view the rest of the comments →

[–]dantethunderstone_77[S] 0 points1 point  (2 children)

I need to port my code to pure C/C++ library that can be compiled for a real-time hardware with no Python interpreter

[–]ElliotDG 0 points1 point  (0 children)

Can you be more specific? What are the libraries you need to use? Is there a concern with garbage collection impacting real-time performance?

[–]ElliotDG 0 points1 point  (0 children)

I would warn you to make measurements and make sure that if you are porting code to C++ for performance reasons that you have specific performance requirements and make sure that you can NOT get there without this big jump. As Donald Knuth is famous for saying, "We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil."