Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cbloom
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redox-os
cbloom
Commits
0c9116b8
Verified
Commit
0c9116b8
authored
Feb 25, 2019
by
Tom Almeida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .gitignore and README
parent
3d48cd9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
.gitignore
.gitignore
+2
-0
README.md
README.md
+7
-0
No files found.
.gitignore
0 → 100644
View file @
0c9116b8
/target/
Cargo.lock
README.md
0 → 100644
View file @
0c9116b8
A concurrent implementation of Bloom filters.
Bloom filters is a simple data structure, which is used in many different situations. It can
neatly solve certain problems heaurustically without need for extreme memory usage.
This implementation is fairly standard, except that it uses atomic integers to work
concurrently.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment