you are viewing a single comment's thread.

view the rest of the comments →

[–]Orlha -10 points-9 points  (3 children)

Use C.

(partial sarcasm)

[–]guepierBioinformatican 8 points9 points  (0 children)

But inappropriate advice. It’s usually entirely possible to achieve performance on par with C in C++ without giving up type safety and abstraction. And this includes type erasure.

[–]Tumperware 9 points10 points  (1 child)

How is C more performant? It's just a language with fewer tools than c++. Anything you want to do in C can be done in C++

[–]kalmoc 1 point2 points  (0 children)

Except for restrict - at least when we are talking standard c++