{"id":15492311,"url":"https://github.com/stranger6667/veb","last_synced_at":"2026-06-29T14:32:21.109Z","repository":{"id":57671503,"uuid":"441569444","full_name":"Stranger6667/veb","owner":"Stranger6667","description":"Rust implementation of a van Emde Boas tree","archived":false,"fork":false,"pushed_at":"2021-12-26T19:54:46.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-19T10:44:52.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stranger6667.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-24T23:11:07.000Z","updated_at":"2021-12-26T19:54:48.000Z","dependencies_parsed_at":"2022-09-26T20:31:44.264Z","dependency_job_id":null,"html_url":"https://github.com/Stranger6667/veb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stranger6667%2Fveb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stranger6667%2Fveb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stranger6667%2Fveb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stranger6667%2Fveb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stranger6667","download_url":"https://codeload.github.com/Stranger6667/veb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240118330,"owners_count":19750471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T08:00:17.511Z","updated_at":"2026-05-14T14:30:19.890Z","avatar_url":"https://github.com/Stranger6667.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vEB\n\nA WIP Rust implementation of a van Emde Boas tree.\n\n```rust\nfn main() {\n    let mut tree = veb::VebTree::new(1024);\n    tree.insert(50);\n    assert!(tree.contains(50));\n    assert!(!tree.contains(49));\n}\n```\n\n**NOTE**: This is an alpha version and is not ready for production use.\n\nTODO:\n- [x] Insert\n- [x] Contains\n- [x] Delete one\n- [ ] Delete all\n- [ ] Store values associated with keys\n- [x] Find next\n- [ ] Find prev\n- [ ] Size\n- [ ] Iteration + exact size iteration + fused, double ended iterator\n- [ ] Extend from iterator\n- [ ] Drain / drain filter / retain / take\n- [ ] Default / Debug\n- [ ] First / last (with pop)\n- [ ] Append\n- [ ] Fuzzing\n- [ ] Generic over T\n- [ ] Clone\n- [ ] Eq\n- [ ] Some `From` impls (e.g. `\u0026[usize]`)\n- [ ] O(n) space\n- [ ] Use bit vectors when size is \u003c= word size\n- [ ] More tests\n- [ ] Detailed comments \u0026 docs\n- [ ] Arena-based allocation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstranger6667%2Fveb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstranger6667%2Fveb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstranger6667%2Fveb/lists"}