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

Dependent create treebitmap has been deprecated #136

Open
natesales opened this issue May 16, 2022 · 3 comments
Open

Dependent create treebitmap has been deprecated #136

natesales opened this issue May 16, 2022 · 3 comments

Comments

@natesales
Copy link

The treebitmap crate has been deprecated so builds are failing:

$ cargo build --release
    Updating crates.io index
error: no matching package named `treebitmap` found
location searched: registry `crates-io`
required by package `rustybgpd v0.2.0 (/tmp/rustybgp/daemon)`
@fujita
Copy link
Member

fujita commented May 16, 2022

Thanks, seems that needs to find a substitute. You might know some?

@natesales
Copy link
Author

There's a fork https://github.com/JakubOnderka/treebitmap that looks like a drop in replacement with fixes for hroi/treebitmap#13 and hroi/treebitmap#18 from upstream, though I wonder if an alternate generic trie implementation would work better here from an ongoing maintenance perspective?

@fujita
Copy link
Member

fujita commented May 16, 2022

Not sure. If a generic implementation provides better performance, footprint, etc than an implementation for IP like crit-bit, I would use the generic one.

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

2 participants