{"id":22758621,"url":"https://github.com/bertof/sbf-rs","last_synced_at":"2026-02-10T23:04:50.865Z","repository":{"id":153973613,"uuid":"210890389","full_name":"bertof/sbf-rs","owner":"bertof","description":"Spatial Bloom Filter for Rust","archived":false,"fork":false,"pushed_at":"2022-10-24T10:28:37.000Z","size":48,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T18:21:27.231Z","etag":null,"topics":["bloom-filter","hacktoberfest","probabilistic-data-structures","spatial-bloom-filter"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/bertof.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,"zenodo":null}},"created_at":"2019-09-25T16:24:27.000Z","updated_at":"2023-07-15T05:18:35.000Z","dependencies_parsed_at":"2023-07-11T01:01:02.869Z","dependency_job_id":null,"html_url":"https://github.com/bertof/sbf-rs","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/bertof/sbf-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertof%2Fsbf-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertof%2Fsbf-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertof%2Fsbf-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertof%2Fsbf-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertof","download_url":"https://codeload.github.com/bertof/sbf-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertof%2Fsbf-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29321276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bloom-filter","hacktoberfest","probabilistic-data-structures","spatial-bloom-filter"],"created_at":"2024-12-11T08:15:03.758Z","updated_at":"2026-02-10T23:04:50.857Z","avatar_url":"https://github.com/bertof.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spatial Bloom Filter\n[![pipeline status](https://gitlab.com/bertof/sbf-rs/badges/master/pipeline.svg)](https://gitlab.com/bertof/sbf-rs/commits/master)\n[![coverage report](https://gitlab.com/bertof/sbf-rs/badges/master/coverage.svg)](https://gitlab.com/bertof/sbf-rs/commits/master)\n[![Crate](https://img.shields.io/crates/v/sbf.svg)](https://crates.io/crates/sbf)\n[![API](https://docs.rs/sbf/badge.svg)](https://docs.rs/sbf)\n\nSBF is a probabilistic data structure\nthat maps elements of a space to indexed disjoint subsets of that space.\n\nThis is a reimplementation of the [C library](https://github.com/spatialbloomfilter/libSBF-cpp) by the original research group.\n\nThis repository is mirrored in [GitLab](https://gitlab.com/bertof/sbf-rs) and [Github](https://github.com/bertof/sbf-rs)\n\n## Crate features\n\nThis crate allows the following features:\n\n- `md4_hash` Allows to use a md4 based hashing algorithm;\n- `md5_hash` Allows to use a md5 based hashing algorithm;\n- `serial` Enables `serde` integration;\n- `metrics` Generates and updates an internal metrics object, useful in simulations and benchmarks of the library.\n\nBy default only `md5_hash` is enabled.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertof%2Fsbf-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertof%2Fsbf-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertof%2Fsbf-rs/lists"}