cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

Update on C++ vs Python episode

Open lefticus opened this issue 2 years ago • 1 comments

Need to cover:

dataclasses vs namedtuples

  • Cython
  • C++ with some optimizations
  • python 3.11
  • fixed cppyy-pypy version
  • numba

should consider including the C++ compile time into the cost evaluation.

See #223

lefticus avatar Feb 20 '23 21:02 lefticus

Maybe look at pybind11, nanobind, in here as well.

Plus I got a comment about Nuitka that needs to be investigated.

What happens if I use tuples

lefticus avatar Mar 13 '23 16:03 lefticus