{"id":23272896,"url":"https://github.com/antoinegagne/erl-a-tree","last_synced_at":"2025-10-27T13:31:26.997Z","repository":{"id":268777670,"uuid":"905433391","full_name":"AntoineGagne/erl-a-tree","owner":"AntoineGagne","description":"A NIF for the https://crates.io/crates/a-tree crate (WIP)","archived":false,"fork":false,"pushed_at":"2025-01-16T22:20:40.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T22:43:04.996Z","etag":null,"topics":["boolean-algebra","boolean-expression","boolean-logic","data-structure","erlang-nif","event-filtering","rustler"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AntoineGagne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2024-12-18T20:20:49.000Z","updated_at":"2025-01-16T22:20:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"39023465-c5e9-42bd-96fa-5bf3829a894b","html_url":"https://github.com/AntoineGagne/erl-a-tree","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"cbee1cc7ecb2f36ddc41c4fca263f07fca5b43d3"},"previous_names":["antoinegagne/erl-a-tree"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntoineGagne%2Ferl-a-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntoineGagne%2Ferl-a-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntoineGagne%2Ferl-a-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AntoineGagne%2Ferl-a-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AntoineGagne","download_url":"https://codeload.github.com/AntoineGagne/erl-a-tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238499702,"owners_count":19482690,"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":["boolean-algebra","boolean-expression","boolean-logic","data-structure","erlang-nif","event-filtering","rustler"],"created_at":"2024-12-19T19:29:41.504Z","updated_at":"2025-10-27T13:31:21.646Z","avatar_url":"https://github.com/AntoineGagne.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# a-tree\n\n[![Erlang](https://github.com/AntoineGagne/erl-a-tree/actions/workflows/erlang.yml/badge.svg)](https://github.com/AntoineGagne/erl-a-tree/actions/workflows/erlang.yml)\n[![Hex Pm](http://img.shields.io/hexpm/v/a_tree.svg?style=flat)](https://hex.pm/packages/a_tree)\n[![Docs](https://img.shields.io/badge/hex-docs-green.svg?style=flat)](https://hexdocs.pm/a_tree/)\n\nThe A-Tree data structure is used to evaluate a large amount of boolean expressions as fast as possible. To achieve this, the data structure tries to reuse the intermediary nodes of the incoming expressions to minimize the amount of expressions that have to be evaluated.\n\nThis is an Erlang NIF for the Rust crate [a-tree](https://github.com/AntoineGagne/a-tree).\n\n## Dependencies\n\nTo be able to build this library, the following dependencies are required:\n\n* `rustc`\n* `cargo`\n* `rebar3`\n\n## Build\n\n```sh\nrebar3 compile\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinegagne%2Ferl-a-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoinegagne%2Ferl-a-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinegagne%2Ferl-a-tree/lists"}