devonhollowood / search-algorithms

Haskell library containing common graph search algorithms
BSD 3-Clause "New" or "Revised" License
52 stars 2 forks source link

Simplify core algorithm #11

Closed devonhollowood closed 5 years ago

devonhollowood commented 5 years ago

Merge generalizedSearch and generalizedSearchM. This (surprisingly) has some pretty nice performance benefits, which we can measure due to the new benchmark added in #10