Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] lbfs #618

Open
lengyijun opened this issue Mar 1, 2024 · 0 comments
Open

[feature request] lbfs #618

lengyijun opened this issue Mar 1, 2024 · 0 comments

Comments

@lengyijun
Copy link

lengyijun commented Mar 1, 2024

Summary

Support lbfs

Motivation

lbfs is useful in register allocation

Details

  • What code needs to change? New traits? Which modules?

Maybe a new module

  • Is this a new graph algorithm? Include links to papers, Wikipedia, or other
    implementations of this algorithm that exist.

https://en.wikipedia.org/wiki/Lexicographic_breadth-first_search

Lexicographic Breadth First Search – A Survey

  • Are you willing to implement this yourself? Mentor someone else and help them
    implement it?

lbfs uses linked list

Rust stable std does not support linked list, which is a concern

I have a sample implementation depends on nightly rust

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant