LPATHBench
LPATHBench copied to clipboard
Benchmarks of the longest path problem in various languages
Roughly same speed, but much better looking code. A bunch of smaller commits with explanations.
using vector instead of bitset, and inlining. tested on windows, so please test on your platform.
This implementation is about 10% faster on my PC. But I'm not sure why, so you might want to try it before merging.
I'm looking at **D**'s results on **x86-64** and how they varied today between the runs ([1894](https://github.com/logicchains/LPATHBench/commit/433890d6bea50d3da92c0dfbbb00b45cd87496a4) [1799](https://github.com/logicchains/LPATHBench/commit/2cee2d5a4e27984b9ab07fe2399e6f0c9941bee5) [2214](https://github.com/logicchains/LPATHBench/commit/1672f9d39bb70add8b12eb171df77160a104a87a) [1959](https://github.com/logicchains/LPATHBench/commit/83a839739d0c5b117293c4cbfd603902ae1583d5)) without (as far as I could tell) D's code or command...