Search Results

1
vote

How much slower is a wxWidget written in Python versus C++?

IMHO, main bottleneck will be the data structures you are going to use for representing the network graph. I have coded a similar application for tracing dependencies between various component vers …