{"id":20049064,"url":"https://github.com/0b01/aatree","last_synced_at":"2025-12-11T23:52:26.491Z","repository":{"id":56841800,"uuid":"92685965","full_name":"0b01/aatree","owner":"0b01","description":"AA Tree in elixir","archived":false,"fork":false,"pushed_at":"2017-05-28T20:45:08.000Z","size":5,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-18T15:17:18.876Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/0b01.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}},"created_at":"2017-05-28T20:41:44.000Z","updated_at":"2024-04-02T17:43:19.000Z","dependencies_parsed_at":"2022-08-29T12:50:39.986Z","dependency_job_id":null,"html_url":"https://github.com/0b01/aatree","commit_stats":null,"previous_names":["rickyhan/aatree"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0b01%2Faatree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0b01%2Faatree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0b01%2Faatree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0b01%2Faatree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0b01","download_url":"https://codeload.github.com/0b01/aatree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224444088,"owners_count":17312126,"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-11-13T11:48:17.271Z","updated_at":"2025-12-11T23:52:26.442Z","avatar_url":"https://github.com/0b01.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aatree\n\nIt turns out red-black tree is not as fast as AA tree for immutable data. Due to its balancing/skewing more nodes need to be copied\n\nUnlike C or python where you can dynamically link/unlink nodes from parent, recursively copying each node is expensive. Hence the performance boost of AA tree over Red Black tree.\n\n## Installation\n\nThis package can be installed by adding `aatree` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:aatree, \"~\u003e 0.1.0\"}]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/aatree](https://hexdocs.pm/aatree).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0b01%2Faatree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0b01%2Faatree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0b01%2Faatree/lists"}