Result for 1CDDE667747A6748DBB7EA2EFA0E4578FC26B780

Query result

Key Value
FileName./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.amd64.gz
FileSize231
MD56ADADCC862831999205BC2697F46FB44
SHA-11CDDE667747A6748DBB7EA2EFA0E4578FC26B780
SHA-256ECE96E7D478B12278F36A1277C62A430DD2EB4C16FF5F0AC17F808A64E7D3E5A
SSDEEP3:FttLV2ea+RNXGYTLS83dFWh+agh0MdAjjLHKtubtKO5t68oDZS4qVR0C19xvTySX:XtUcQf8DiMdAnLHKEtibS4tC3CSTgRE
TLSHT1ACD0A7D8B943A3A8C88FCF32E5547C45E9184D0A8298976985492755819B5D18449626
hashlookup:parent-total64
hashlookup:trust100

Network graph view

Parents (Total: 64)

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

Key Value
FileSize235256
MD5ABE6BFC788C61BFF29A2CC48FC89F1B2
PackageDescriptionprovides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-context1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b1
SHA-10145FF47C0E54A158C06FE08183BB2661EFDD56A
SHA-2564C9B1AE44347FDC1820D639F4C2A4DF385B27A00AC981C2BE5D3AFB2BB2B3C6F
Key Value
FileSize275704
MD5BE484544F13F283EB17E48C903F08CB4
PackageDescriptionBoost.Iostreams Library development files This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-iostreams1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b1
SHA-10C3788EDFAA064879C611E0862408652836C8855
SHA-2567FAC9F265B7154ADA5B1706F90379FBD2BCA729F15425C0FC981864AB195ED47
Key Value
FileSize244900
MD5BFA2D63DE2F1716A0DEBA63A007D5616
PackageDescriptionC++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-timer1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b1
SHA-10C47ABE451DAFD5742B6650E7EAA4AA4FF3ACCB5
SHA-256D44333FF854172907DBE9D54849D3F80B7935F8F56674A4D278FFEA14E890279
Key Value
FileSize248472
MD58DA1CEACB8C8DD70216D4C5F1B4B9179
PackageDescriptionprovides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-coroutine1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b1
SHA-10EB1444A6A0E7D07F64394909D15610D73201AF6
SHA-25684641972A115027D7762CC17133024E18F07F8CC3E605EE2FE92B88E9E2F6F8C
Key Value
FileSize363784
MD52631B563B9E0890734159033AC7905A5
PackageDescriptionprogram options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-program-options1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b1
SHA-11208182E57A6CA4B1F8807B28753BF2EE085ED29
SHA-256EB2F4B7DAB62B11D0EB736E38988AE8E2407AE59A875F5D2FB65F8D9393DA2CD
Key Value
FileSize323972
MD5470D21DA21C2E4F2CA53311F09635FEA
PackageDescriptiongeneric graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-graph1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b1
SHA-11943EFDD8D986E73AA527F99E00E44ABEB78D6F8
SHA-2560270858A430464ADB50828C3DFE52A105E0D71FF684287430726C95FE3657E67
Key Value
FileSize233400
MD5ECD118FC21BBCF73E138F7DFD1D07917
PackageDescriptionatomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-atomic1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b1
SHA-11E3DC96E56D0AF0BE8B957907D8C58F293E9E51E
SHA-256A254AA80ED469829EF570AB250DF114F2C9DEAE46FCD25512DD01586418D7925
Key Value
FileSize255668
MD55A5E58AF57358A1B8675F7B6AF8F0842
PackageDescriptioncooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-fiber1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b1
SHA-121C06114A00B231D9E4545FD4EE432C1752D4105
SHA-25623F459E0F83382115A989E9E8BCA6831FF7FF8F48D210D9F972632423D6B1CA5
Key Value
FileSize597812
MD566C1235CF0115459A931D7BC8B66BDAB
PackageDescriptionregular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-regex1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b1
SHA-12331A45BC85F1F255783F815CA342EFABDF73384
SHA-256CB367AB1F1A25F7A53804B6BFF68ACFA1225FCF3344344976DF70ED6BB874FEC
Key Value
FileSize231836
MD5EA8C13D9C3407BA06F0D72EC6A838B4A
PackageDescriptionBoost C++ Libraries development files (ALL) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This metapackage provides the complete Boost development environment, including all separately-packaged libraries.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost1.71-all-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b1
SHA-124CA60DBCAD03DC4F7D4F44C84E69CC2E428ED2C
SHA-25608DAFFB3E3DA5122FC0617338AD3BCC27952B90EF20CFD85C64FE9BF95F78DCF