Benchmarks for FLS and Yen algorithm
The implementation of Yen's algorithm can be found here.
The implementation of the fixed length search can be found here.
$ cargo run --release
As you can see FLS is waaay faster than Yen's algorithm for finding paths with a fixed length in unweighted graphs: