{"id":18645031,"url":"https://github.com/hrefhref/routing_table","last_synced_at":"2026-05-09T09:07:14.793Z","repository":{"id":77323272,"uuid":"427422779","full_name":"hrefhref/routing_table","owner":"hrefhref","description":"Elixir/Rust NIF for an efficient routing table implementation, using a tree-bitmap","archived":false,"fork":false,"pushed_at":"2021-11-12T17:32:48.000Z","size":416,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-25T01:05:14.338Z","etag":null,"topics":["elixir","erlang","networking","routing"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hrefhref.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-12T16:18:03.000Z","updated_at":"2022-04-15T22:39:02.000Z","dependencies_parsed_at":"2023-02-24T21:15:15.313Z","dependency_job_id":null,"html_url":"https://github.com/hrefhref/routing_table","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hrefhref/routing_table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrefhref%2Frouting_table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrefhref%2Frouting_table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrefhref%2Frouting_table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrefhref%2Frouting_table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrefhref","download_url":"https://codeload.github.com/hrefhref/routing_table/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrefhref%2Frouting_table/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261783378,"owners_count":23208948,"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":["elixir","erlang","networking","routing"],"created_at":"2024-11-07T06:14:23.489Z","updated_at":"2026-05-09T09:07:13.665Z","avatar_url":"https://github.com/hrefhref.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Routing Table\n\nEfficient RIB for Elixir, implemented using a Rust NIF and [treebitmap](https://crates.io/crates/treebitmap).\n\nThe tables covers both IPv4 and IPv6, and values are any erlang term, stored in ets.\n\n```elixir\ntable = RoutingTable.new()\nRoutingTable.add(table, {10, 69, 0, 0}, 16, :vpn)\nRoutingTable.add(table, {10, 69, 1, 0}, 24, :lan)\n:vpn = RoutingTable.lookup(table, {10, 69, 2, 1})\n:lan = RoutingTable.lookup(table, {10, 69, 1, 1})\nnil = RoutingTable.lookup(table, {10, 68, 1, 1})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrefhref%2Frouting_table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrefhref%2Frouting_table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrefhref%2Frouting_table/lists"}