Result for 5A50C1FCA8FC25382B9714C712B63700A98C7B59

Query result

Key Value
FileName./usr/share/gocode/src/github.com/hashicorp/go-memdb/memdb_test.go
FileSize1456
MD52D77034BFD03BA5334177619C8525B62
SHA-15A50C1FCA8FC25382B9714C712B63700A98C7B59
SHA-256D091CD485991B1514E76945FCC97B357502F0BC99F4E804D55AE82C644A8AF52
SSDEEP24:g+T/bBfsldkdMfeDiIbi5QDyqPqRnIND6i5qjrfX/9LbKa89jqHhnhi5Cb9i5E:XT/NaeDiIbi4yqPqRnIF6iQf5KYhhiYl
TLSHT12731CEC5C893566E0BF7706C5D44C78A1EB09877E9A9172AE698F0F3A50C4F2100A2E7
hashlookup:parent-total11
hashlookup:trust100

Network graph view

Parents (Total: 11)

The searched file hash is included in 11 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize23560
MD5B8B1F3170AF7C2D15BDA0D832E599288
PackageDescriptionin-memory database built on immutable radix trees Implementation of a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indicies that exist and allows transactions to be executed.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-hashicorp-go-memdb-dev
PackageSectiondevel
PackageVersion0.0~git20170123.0.c01f56b-2
SHA-1B34F5E703A003ADBBABC3143743F4C7D2041E2BA
SHA-2567ED5BE4788945F7FA3B4E7A4820A260757DCA0950F05E0AC5BE8C125F959DCA9
Key Value
MD5851E04F7FE3CF03565D572BE518A9E7E
PackageArchnoarch
PackageDescriptionThe Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: – Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. – Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. – Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. – Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/hashicorp/go-memdb
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb-devel
PackageRelease4.fc32
PackageVersion1.0.3
SHA-1B27A779A730967C4B8104775E63C756F7E47235E
SHA-256540F1C3153829F72617E0EA073CDA1FCF062E31C32CFF9F95C512914FD6E465D
Key Value
FileSize27176
MD5A36192CDFB047F3487844A4B7A1B7D6C
PackageDescriptionin-memory database built on immutable radix trees Implementation of a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indicies that exist and allows transactions to be executed.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-hashicorp-go-memdb-dev
PackageSectiondevel
PackageVersion0.0~git20180224.1289e7ff-1
SHA-15B05B42AAB55FDA3546AD1BF270CE9E6FE138D4E
SHA-256A83F4875C452E032FE7446C15D208751CD03112F2C64F2900337AB79351D69FB
Key Value
MD5E6A0A18B498599D83458B01540E8E872
PackageArchppc64
PackageDescriptionUnit tests for golang-github-hashicorp-go-memdb package This package contains unit tests for project providing packages with github.com/hashicorp/go-memdb prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-go-memdb-unit-test-devel
PackageRelease0.3.git9ea975b.fc24
PackageVersion0
SHA-124181E8324F30E88311DAAF8F0B4579976006E65
SHA-256ABAB2BEE3D3937D3708C58EAD24351C37075B1B491209625E44483C283867B1E
Key Value
MD5C10C564322D77B7F8EE657ABBD43C426
PackageArchaarch64
PackageDescriptionUnit tests for golang-github-hashicorp-go-memdb package This package contains unit tests for project providing packages with github.com/hashicorp/go-memdb prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-go-memdb-unit-test-devel
PackageRelease0.3.git9ea975b.fc24
PackageVersion0
SHA-104F2A852BBC052A91AC1C62D436F288D574B251C
SHA-256B206A46F43932DACF3B2B79EB4ECF12AA4D0AB0EDA545B49D5AF4CEE67A63116
Key Value
MD550595CBCF3858C4DB1EA6B46D1589DC9
PackageArchnoarch
PackageDescriptionThe Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: – Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. – Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. – Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. – Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/hashicorp/go-memdb
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb-devel
PackageRelease2.fc34
PackageVersion1.3.0
SHA-1316C98B7DF134029F002EFCAF1C96BC7182B6949
SHA-2565F3FF068C9169CB8F8718730E6D0255E53666000C9699AAB74029092F3ACE342
Key Value
MD514D972018D4688936655885EF05924CD
PackageArchnoarch
PackageDescriptionThe Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: – Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. – Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. – Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. – Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/hashicorp/go-memdb
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb-devel
PackageRelease1.fc33
PackageVersion1.2.1
SHA-1A2EED115DEEE4391AA3BF50D873AAAE9946E3FA2
SHA-25644636C3845600294D6007A078902E687BFAC1C59AA194368E3739D93AD1B654E
Key Value
FileSize34608
MD5826CB13EF94A8F6AF74EC1A592C38AE5
PackageDescriptionin-memory database built on immutable radix trees Implementation of a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indicies that exist and allows transactions to be executed.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-hashicorp-go-memdb-dev
PackageSectiondevel
PackageVersion1.2.1-1
SHA-1C4C2487209E14279B9701AC320E2ED237F23AC2E
SHA-256697CCBA99DDEC7C3638208C52266B6F81F17039968CBA9E15F7BC8D7852783C8
Key Value
FileSize34568
MD589C7FA89F97102218CA284B9D84B127D
PackageDescriptionin-memory database built on immutable radix trees Implementation of a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indicies that exist and allows transactions to be executed.
PackageMaintainerDebian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-hashicorp-go-memdb-dev
PackageSectiondevel
PackageVersion1.2.1-1
SHA-1753CF3F4C0A7B2418C3E5788186BD234D0482D8D
SHA-25623E1EE910D6EA04AE36BE4699F483C1BD14BD265EBFE10907E87A8F2CBA73FE7
Key Value
FileSize23418
MD549D6AB482AD157AF3F445180748D0B2E
PackageDescriptionin-memory database built on immutable radix trees Implementation of a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indicies that exist and allows transactions to be executed.
PackageMaintainerDebian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-hashicorp-go-memdb-dev
PackageSectiondevel
PackageVersion0.0~git20170123.0.c01f56b-1
SHA-10BA107825A0D2D2A0C5F1D599F82740039AF8245
SHA-2568BF905F2911DDF55370EAD87D070FC3DB0929AA74A4B4D55C96C8A74856CC131
Key Value
FileSize27136
MD5B758C8DBB0FFFD7668137597BA335BA0
PackageDescriptionin-memory database built on immutable radix trees Implementation of a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indicies that exist and allows transactions to be executed.
PackageMaintainerDebian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-hashicorp-go-memdb-dev
PackageSectiondevel
PackageVersion0.0~git20180224.1289e7ff-1
SHA-1DFA18F743B3904681FFA480EFC8B0D7B48043338
SHA-256FF32C3BDB21150D87A8315F6E6D89CD7A02136375249496709CD5A5875DC8013