{"id":22181612,"url":"https://github.com/bgianfo/arf","last_synced_at":"2025-10-09T10:14:30.816Z","repository":{"id":25054806,"uuid":"28474821","full_name":"bgianfo/arf","owner":"bgianfo","description":"An Adaptive Range Filter Implementation In Elixir ","archived":false,"fork":false,"pushed_at":"2023-10-11T13:44:30.000Z","size":50,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T00:14:09.627Z","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bgianfo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-25T07:33:12.000Z","updated_at":"2024-12-31T08:34:37.000Z","dependencies_parsed_at":"2023-02-14T07:46:28.674Z","dependency_job_id":null,"html_url":"https://github.com/bgianfo/arf","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/bgianfo%2Farf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgianfo%2Farf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgianfo%2Farf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgianfo%2Farf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bgianfo","download_url":"https://codeload.github.com/bgianfo/arf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245335038,"owners_count":20598411,"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-12-02T09:46:14.002Z","updated_at":"2025-10-09T10:14:25.797Z","avatar_url":"https://github.com/bgianfo.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"ARF - Adaptive Range Filter\n===\n\n[![Build Status](https://travis-ci.org/bgianfo/arf.svg?branch=master)](https://travis-ci.org/bgianfo/arf)\n[![Coverage Status](https://coveralls.io/repos/bgianfo/arf/badge.png?branch=master)](https://coveralls.io/r/bgianfo/arf?branch=master)\n[![Doc Status](http://inch-ci.org/github/bgianfo/arf.svg?branch=master)](http://inch-ci.org/github/bgianfo/arf)\n\n\u003c!--[![hex.pm version](https://img.shields.io/hexpm/v/arf.svg?style=flat)](https://hex.pm/packages/arf)--\u003e\n\nCurrent Status: **Prototype**\n\nAn Adaptive Range Filter (ARF) is a tree based data structure which is to range queries, as a bloom filter is to point queries.\n\nGoals of the ARF data structure:\n - Storage Efficient\n - Efficient Lookup\n - Very low risk of false negatives\n - Less strong guarantee's about false positives.\n - Trained and refined through querying.\n\nThis project is an attempt to implement an Adaptive Range Filter in Elixir.\n\n# External Resources: #\n - Original paper from Microsoft Research (MSR) describing the data structure: [pdf](http://research.microsoft.com/pubs/220613/p1714-kossmann.pdf)\n - Landing page for the paper: [link](http://research.microsoft.com/apps/pubs/default.aspx?id=220613)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgianfo%2Farf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgianfo%2Farf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgianfo%2Farf/lists"}