{"id":13836665,"url":"https://github.com/axiak/pybloomfiltermmap","last_synced_at":"2025-07-10T15:33:24.994Z","repository":{"id":858238,"uuid":"592109","full_name":"axiak/pybloomfiltermmap","owner":"axiak","description":"Fast Python Bloom Filter using Mmap","archived":false,"fork":false,"pushed_at":"2019-11-04T22:11:33.000Z","size":2648,"stargazers_count":740,"open_issues_count":35,"forks_count":137,"subscribers_count":49,"default_branch":"master","last_synced_at":"2024-11-08T18:05:07.217Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://axiak.github.com/pybloomfiltermmap/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axiak.png","metadata":{"files":{"readme":"README.markdown","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-04-02T18:49:47.000Z","updated_at":"2024-09-18T18:26:42.000Z","dependencies_parsed_at":"2022-08-16T11:10:48.586Z","dependency_job_id":null,"html_url":"https://github.com/axiak/pybloomfiltermmap","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiak%2Fpybloomfiltermmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiak%2Fpybloomfiltermmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiak%2Fpybloomfiltermmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiak%2Fpybloomfiltermmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axiak","download_url":"https://codeload.github.com/axiak/pybloomfiltermmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225647617,"owners_count":17502109,"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-08-04T15:00:52.131Z","updated_at":"2024-11-20T23:31:27.519Z","avatar_url":"https://github.com/axiak.png","language":"C","readme":"# pybloomfiltermmap [![Build Status](https://secure.travis-ci.org/axiak/pybloomfiltermmap.png?branch=master)](http://travis-ci.org/axiak/pybloomfiltermmap)\n\nThe goal of `pybloomfiltermmap` is simple: to provide a fast, simple, scalable,\ncorrect library for Bloom Filters in Python.\n\n## Docs\n\nSee \u003chttp://axiak.github.com/pybloomfiltermmap/\u003e.\n\n## Overview\n\nAfter you install, the interface to use is a cross between a file\ninterface and a ste interface. As an example:\n\n    \u003e\u003e\u003e fruit = pybloomfilter.BloomFilter(100000, 0.1, '/tmp/words.bloom')\n    \u003e\u003e\u003e fruit.update(('apple', 'pear', 'orange', 'apple'))\n    \u003e\u003e\u003e len(fruit)\n    3\n    \u003e\u003e\u003e 'mike' in fruit\n    False\n    \u003e\u003e\u003e 'apple' in fruit\n    True\n\n## Install\n\nYou may or may not want to use Cython. If you have it installed, the\nsetup file will build the C file from the pyx file. Otherwise, it will\nskip that step automatically and build from the packaged C file.\n\nTo install:\n\n   $ sudo python setup.py install\n\nand you should be set.\n\n## License\n\nSee the LICENSE file. It's under the MIT License.\n\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxiak%2Fpybloomfiltermmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxiak%2Fpybloomfiltermmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxiak%2Fpybloomfiltermmap/lists"}