Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/bits-and-blooms/bitset/bitset_test.go |
FileSize | 33681 |
MD5 | 977E34E3FF725AABEB5C87F664E6EC07 |
SHA-1 | 72607013DB003179FA5E09BFD428D0CBFD702E53 |
SHA-256 | 1DD4C3D25FF2B6E8CB2A8F0A444A6288D17B4BA21BF5C3EC2E755C04C7262BD4 |
SSDEEP | 384:VCAL1cA4MvXmuUYZRsCU7IZIHy7F5v8GwPRx0b9r/oZ+pi2b+bfjENcZnK3Kn8Zf:48XVUqWG8G034MC5erq1 |
TLSH | T1B5E21003FBE9844FE62930746869BADD57787C33CEF0C49AE08D72DB6C0846F8A65855 |
hashlookup:parent-total | 1 |
hashlookup:trust | 55 |
The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 17020 |
MD5 | 75EC69E9D2DA298FB73EF98C1660348D |
PackageDescription | implementation of bitsets This package implements bitsets, a mapping between non-negative integers and boolean values. It should be more efficient than map[uint] bool. . It provides methods for setting, clearing, flipping, and testing individual integers. . But it also provides set intersection, union, difference, complement, and symmetric operations, as well as tests to check whether any, all, or no bits are set, and querying a bitset's current length and number of positive bits. . BitSets are expanded to the size of the largest set bit; the memory allocation is approximately Max bits, where Max is the largest set bit. BitSets are never shrunk. On creation, a hint can be given for the number of bits that will be used. . Many of the methods, including Set, Clear, and Flip, return a BitSet pointer, which allows for chaining. |
PackageMaintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
PackageName | golang-github-bits-and-blooms-bitset-dev |
PackageSection | golang |
PackageVersion | 1.2.0-2 |
SHA-1 | 50A0BC6E57C6764FC05AE16719E96868F0ABD5B2 |
SHA-256 | 7A45286116024EF0C85113C2FF61E57E733FC3B635D276C778CE84C0D1233E56 |