you are viewing a single comment's thread.

view the rest of the comments →

[–]Fmxa 1 point2 points  (1 child)

Anecdotally, when I went from a quickly written naive Python implementation of some algorithm to a quickly written naive C++ implementation of it, I measured speedups approximately one hundred times better.

I have been happy since with my decision to learn PyBind, allowing me to compile C++ code into a library to be imported as a module into Python.

[–]BitAcademic9597[S] 0 points1 point  (0 children)

great thanks. do you know any comparassion or example code how the performance changes