Polyglot Notebook version of DFS with contracted edges took 12s, and AOT compiled C# native binary took 7s. Of course it used a dynamic programming cache to speed things up with a "small" factor.
Polyglot Notebook version of DFS with contracted edges took 12s, and AOT compiled C# native binary took 7s. Of course it used a dynamic programming cache to speed things up with a "small" factor.