{"id":18015600,"url":"https://github.com/nomemory/bloomfilters-c","last_synced_at":"2025-03-26T18:31:21.692Z","repository":{"id":82269819,"uuid":"467869168","full_name":"nomemory/bloomfilters-c","owner":"nomemory","description":"Bloom filters in C","archived":false,"fork":false,"pushed_at":"2022-03-17T07:08:46.000Z","size":14,"stargazers_count":7,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-22T06:41:41.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/nomemory.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":"2022-03-09T09:55:39.000Z","updated_at":"2024-02-23T22:54:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"aea06a19-5595-4b8a-a6b0-eba5e192b06a","html_url":"https://github.com/nomemory/bloomfilters-c","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/nomemory%2Fbloomfilters-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomemory%2Fbloomfilters-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomemory%2Fbloomfilters-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomemory%2Fbloomfilters-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomemory","download_url":"https://codeload.github.com/nomemory/bloomfilters-c/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245712666,"owners_count":20660277,"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-10-30T04:14:30.308Z","updated_at":"2025-03-26T18:31:21.685Z","avatar_url":"https://github.com/nomemory.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bloomfilters-c\n\n* `bitutil.c`, `bitutil.h` contain a simplified bit-vector, used for the implementation of the bloomfilter;\n* `hashf.c`, `hashf.h` contain hash functions;\n* `bloom.c`, `bloom.h` contain a simple bloom filter implementation;\n\nCompiling and running the code:\n\n```sh\ngcc -Wall -std=c99 -pedantic main.c bloom.c bitutil.c hashf.c \u0026\u0026 ./a.out\n```\nAlternatively, `make bloom` and then `./main.out`.\n\nYou can read more about the code and its technical aspects on this [blog post](https://www.andreinc.net/2022/03/01/on-implementing-bloom-filters-in-c)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomemory%2Fbloomfilters-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomemory%2Fbloomfilters-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomemory%2Fbloomfilters-c/lists"}