Key | Value |
---|---|
FileName | ./usr/share/gocode/src/go.etcd.io/bbolt/bucket_test.go |
FileSize | 48264 |
MD5 | CA60A23E2E71B58FE7F59BD450179126 |
SHA-1 | 372160CE40616707E44D74253EAD47DF63F58068 |
SHA-256 | 89084BDFDDF3280473E799E34ECB4765C5788A5AE56E55B18BA76625679148E5 |
SHA-512 | 8C18AAA8CEB20F1E841E86C55F09750D53EF19DD4988F252F6B7E6E36C77665852A81F9B4002722D8AB578FF63CFA705B2E2D30AEAAB6B78A147D10225F8004B |
SSDEEP | 384:80CwjE8eXjDdbEZL0tmssaePGmvw4UOF6VB1TB3tEkYBrMALSCfWV4EAgLT:8UeXjDa2TMXUO6CkYBrMgz+V4j0T |
TLSH | T1F52310ADD72E011D6F98349D48668481F2FC983389B204DAAEC8B5D3E05CDFE557C9E1 |
insert-timestamp | 1659227038.7580018 |
mimetype | text/plain |
source | snap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
hashlookup:parent-total | 8 |
hashlookup:trust | 90 |
The searched file hash is included in 8 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 7BD0FE6CCDA8EEAEA87CEE76A0768F59 |
PackageArch | noarch |
PackageDescription | Package Bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such as Postgres or MySQL. Bolt is a single-level, zero-copy, B+tree data store. This means that Bolt is optimized for fast read access and does not require recovery in the event of a system crash. Transactions which have not finished committing will simply be rolled back in the event of a crash. The design of Bolt is based on Howard Chu's LMDB database project. This package contains the source code needed for building packages that reference the following Go import paths: – go.etcd.io/bbolt |
PackageMaintainer | Fedora Project |
PackageName | golang-etcd-bbolt-devel |
PackageRelease | 3.fc34 |
PackageVersion | 1.3.5 |
SHA-1 | 4A062E379C77F43EDB6D8B6E0F183CB103AFC02D |
SHA-256 | C0B71047945D55F95D799E06F9D7BA3BC46836CCF3926341076F372EDBE6B38B |
Key | Value |
---|---|
MD5 | 1629B988A7FFA1E947A6DDD9F12AE675 |
PackageArch | noarch |
PackageDescription | Package Bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such as Postgres or MySQL. Bolt is a single-level, zero-copy, B+tree data store. This means that Bolt is optimized for fast read access and does not require recovery in the event of a system crash. Transactions which have not finished committing will simply be rolled back in the event of a crash. The design of Bolt is based on Howard Chu's LMDB database project. This package contains the source code needed for building packages that reference the following Go import paths: – go.etcd.io/bbolt |
PackageMaintainer | Fedora Project |
PackageName | golang-etcd-bbolt-devel |
PackageRelease | 3.fc32 |
PackageVersion | 1.3.3 |
SHA-1 | F9D8DA61EBA208246547F0A311F750A1B8B98CC3 |
SHA-256 | 848C2A05927C98FF032153282C32211E05F924C26C9DA33AD9E7963F4ECFDFEE |
Key | Value |
---|---|
FileSize | 59708 |
MD5 | ADF4B196C77FA432F8C321AAF1B23BAE |
PackageDescription | low-level key/value database for Go, especially CoreOS's etcd bbolt is a fork of Ben Johnson's Bolt key/value store (github.com/boltdb/bolt). . The purpose of this fork is to better cater to the needs of CoreOS's etcd (github.com/coreos/etcd), and to provide the Go community with an active maintenance and development target for Bolt; the goal is improved reliability and stability. bbolt includes bug fixes, performance enhancements, and features not found in Bolt while preserving backwards compatibility with the Bolt API. . Bolt is a pure Go key/value store inspired by Howard Chu's and the LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-coreos-bbolt-dev |
PackageSection | devel |
PackageVersion | 1.3.3-1 |
SHA-1 | 654E5A882B0EAFD4EBC851FA740F2D176D3E4B53 |
SHA-256 | DCD59AB17465202D9AB081202685B77E5D96A0FD9AC8129051EB68C117D1C75D |
Key | Value |
---|---|
SHA-1 | 03BD1018751C915F71C1E2AE51345C94CA1942ED |
snap-authority | canonical |
snap-filename | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
snap-id | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
snap-name | axiom |
snap-publisher-id | 1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-10-01T17:34:13.464567Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
Key | Value |
---|---|
MD5 | 913E717D89F25E6A8351170B1315F2ED |
PackageArch | noarch |
PackageDescription | Package Bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such as Postgres or MySQL. Bolt is a single-level, zero-copy, B+tree data store. This means that Bolt is optimized for fast read access and does not require recovery in the event of a system crash. Transactions which have not finished committing will simply be rolled back in the event of a crash. The design of Bolt is based on Howard Chu's LMDB database project. This package contains the source code needed for building packages that reference the following Go import paths: – go.etcd.io/bbolt |
PackageMaintainer | pterjan <pterjan> |
PackageName | golang-etcd-bbolt-devel |
PackageRelease | 1.mga8 |
PackageVersion | 1.3.5 |
SHA-1 | A73953828218513D82CBD8AAE9BDA6F6F4AE2A48 |
SHA-256 | 78C0BD5EC322E3964020BC030B021980CAE5725C0BBD71759451CABF62132371 |
Key | Value |
---|---|
FileSize | 61176 |
MD5 | AFDFB2CE36DFF40ADBC12B0BDFB9A8F9 |
PackageDescription | low-level key/value database for Go, especially CoreOS's etcd bbolt is a fork of Ben Johnson's Bolt key/value store (github.com/boltdb/bolt). . The purpose of this fork is to better cater to the needs of CoreOS's etcd (github.com/coreos/etcd), and to provide the Go community with an active maintenance and development target for Bolt; the goal is improved reliability and stability. bbolt includes bug fixes, performance enhancements, and features not found in Bolt while preserving backwards compatibility with the Bolt API. . Bolt is a pure Go key/value store inspired by Howard Chu's and the LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-coreos-bbolt-dev |
PackageSection | devel |
PackageVersion | 1.3.5-1 |
SHA-1 | 34060829EC2F0B481413653FF3145BA20D6092F0 |
SHA-256 | 6A9507DDD87755AD0D64F0CAB5766FCD20930B9E7C2BABC8D0EE9A43251C6934 |
Key | Value |
---|---|
MD5 | 912E9665BECB212A29C0A0BF4F6AA16D |
PackageArch | noarch |
PackageDescription | Package Bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such as Postgres or MySQL. Bolt is a single-level, zero-copy, B+tree data store. This means that Bolt is optimized for fast read access and does not require recovery in the event of a system crash. Transactions which have not finished committing will simply be rolled back in the event of a crash. The design of Bolt is based on Howard Chu's LMDB database project. This package contains the source code needed for building packages that reference the following Go import paths: – go.etcd.io/bbolt |
PackageMaintainer | Fedora Project |
PackageName | golang-etcd-bbolt-devel |
PackageRelease | 2.fc33 |
PackageVersion | 1.3.5 |
SHA-1 | 255CF5FD36D17529D510DB84352A700A89B1E11A |
SHA-256 | B23BC92D36002926CF217BF1C5E8AE83B33521853BE050848DE908FD27323F0F |
Key | Value |
---|---|
FileSize | 61132 |
MD5 | 0C7173DE500CFDEE0886D6282C207720 |
PackageDescription | low-level key/value database for Go, especially CoreOS's etcd bbolt is a fork of Ben Johnson's Bolt key/value store (github.com/boltdb/bolt). . The purpose of this fork is to better cater to the needs of CoreOS's etcd (github.com/coreos/etcd), and to provide the Go community with an active maintenance and development target for Bolt; the goal is improved reliability and stability. bbolt includes bug fixes, performance enhancements, and features not found in Bolt while preserving backwards compatibility with the Bolt API. . Bolt is a pure Go key/value store inspired by Howard Chu's and the LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. |
PackageMaintainer | Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org> |
PackageName | golang-github-coreos-bbolt-dev |
PackageSection | devel |
PackageVersion | 1.3.5-1 |
SHA-1 | 377C77DB8868948836E26722DDD01CE367DF28CB |
SHA-256 | B0591DE87D677799A65185698F340E12F56226FA200C5C27D8F9FE38081AFCC0 |