Skip to content

Mark PythonEdge as "final" per clang-tidy

Jeff Trull requested to merge jaafar/graph-tool:pythonedge-final into master

Classes and methods marked final have some optimization possibilities for the compiler, as some vtable lookups can be eliminated.

I found a consistent but small performance improvement on gt_bench (around 1%).

Merge request reports