-
Notifications
You must be signed in to change notification settings - Fork 0
A bitset stored in a single u64
License
asayers/bitset64
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A simple bitset stored in a single u64. The downside of such a basic representation is, of course, that sets can only store the numbers 0..64. The major upside is that it's very compact and most operations are fast. The fact that it's `Copy` is also convenient. If need to store elements from 0..64 in a set, `BitSet64` is probably the best way to do it.
About
A bitset stored in a single u64
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published