Result for 737454E8431A78F6BF8B981E2BD3FDB0AE7021CB

Query result

Key Value
FileName./usr/share/doc/libboost1.71-tools-dev/changelog.Debian.mips64el.gz
FileSize219
MD5651D6F76B144428579CABB40D96EFF87
SHA-1737454E8431A78F6BF8B981E2BD3FDB0AE7021CB
SHA-2568AB5B0F045414BD19E90104066E1BA727BBBE2744628301B4EEEE780474ED045
SSDEEP6:Xtcz6BHLRS1gTSZQRqQ2fLFtzaBXw6H/Kava:Xez6BH41usQRqQ2fLfK5fKava
TLSHT1C4D0233350192739C17C0FBE00210B5018E00834EBDC33DEC94E3F0001B10B100135B8
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
FileSize255144
MD5B5683D8A933909E809B13FC8EB62380F
PackageDescriptionC++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-chrono1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-1012BCF719E5E47364E6C134C074C85EE5C978CC0
SHA-2563847CAEDD1B9C66FAFA4B81A525C79298CEC233B30D8FC5E8DC367496391C14C
Key Value
FileSize235276
MD59485488CA6157ACB7385BFB9BE3E768C
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+b2
SHA-104A2A9C34D27C27F71FBE5C378FA1B266CFC24F0
SHA-256B1FFAD30EE4344B9D255BE2E739188EBE54F4F1ED1427AD1C2FB051683E9109E
Key Value
FileSize292644
MD53330BB7015AAE88B474E76030DEB842F
PackageDescriptionportable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-thread1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-106ADD7DDA46147C039EFF845F96C5A8F1A465A51
SHA-256C23997DC67B31C9DDC14768B56AA772821074346468D62EB842B38509428E4E2
Key Value
FileSize271572
MD5FA7233273A25779BB5E4CD8F98AA3C82
PackageDescriptionportable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-thread1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b2
SHA-10AC0310DC7A7123717E481708FB5CAD490A37B20
SHA-256662C131D140E95BCC818BECABF190A7B85AB689AE0C78027D774EF296089F5CC
Key Value
FileSize247992
MD5376C8C6AB37617945A96DD52A698C484
PackageDescriptionlibrary to capture and print stack traces - development files This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-stacktrace1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-10EAC62C2B7DAE9487AA8E2D18E34E03E89E85054
SHA-256409CCEE1750DA9B749996F702A1F14CD1AA0094F2628188724106B031950B48E
Key Value
FileSize306324
MD500CED25821A079B5A13C5193E81A65D7
PackageDescriptiongeneric graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-graph-parallel1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-110E16BDCE2C43FA0CE30F82F2D1921F9B13F8818
SHA-25600F8725CE15E60D52B5CD6550144F13C475DFC47297E020732EE6E613BD22D00
Key Value
FileSize271952
MD57E3C53BCBD59DEB5B241603C81CF9D83
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-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-12082E4367CC19D1BBF71723058F1828D0D662214
SHA-256FA4C3781FEBCBC10932CF2A14384004B187473C1BD284808ACB8F78CB15C0020
Key Value
FileSize283536
MD549F32C018CBB4F9CC303C4DC8FBB3543
PackageDescriptionC++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-mpi1.71.0
PackageSectionlibs
PackageVersion1.71.0-7+b2
SHA-12143C37D1C1ECA66E961B35F3B5D7B2BD6DFCFA9
SHA-2563D4646E63CD69A02F9517E8B961CA0368E54CDB3FED9E5DDEE18BCB01F20D9B0
Key Value
FileSize387064
MD53889255B081CFCCA4F28718DA68682B5
PackageDescriptionserialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost-serialization1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-12296C74535A7706596C38294E7ACBD61646EBA98
SHA-256FF804DD1F0930BC1FF125D2081A5FE167815A1B9BFF0C8F032000C5B62A05DDA
Key Value
FileSize9100052
MD5DACA517D0B5B2C95AC555F8C26F44590
PackageDescriptionBoost C++ Libraries development files 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 package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library.
PackageMaintainerDebian Boost Team <team+boost@tracker.debian.org>
PackageNamelibboost1.71-dev
PackageSectionlibdevel
PackageVersion1.71.0-7+b2
SHA-127D5737974F6D6CB7907CD760F907163BFE54CA7
SHA-256FA6A83AB4ED5C5074FD712D98AAFA41E2038B118913C5CC6488FE627CFABEA50