libghc-blaze-markup-prof
blazingly-fast markup combinator library; profiling libraries
Core modules of a blazingly fast markup combinator library for the
Haskell programming language. The Text.Blaze module is a good starting
point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
libghc-blaze-builder-prof
abstraction of buffered output of byte streams; profiling libraries
This library provides an abstraction of buffered output of byte streams and
several convenience functions to exploit it. For example, it allows one to
efficiently serialize Haskell values to lazy bytestrings with a large average
chunk size. The large average chunk size allows one to make good use of cache
prefetching in later processing steps (e.g. compression) and reduces the
system call overhead when writing the resulting lazy bytestring to a file or
sending it over the network.
libs2-0t64
manipulating geometric shapes with spherical geometry
s2geometry is for manipulating geometric shapes. Unlike many geometry
libraries, S2 is primarily designed to work with spherical geometry,
i.e., shapes drawn on a sphere rather than on a planar 2D map. This
makes it especially suitable for working with geographic data.
python3-equihash
memory-hard Proof-of-Work with fast verification - python-wrapper
Equihash implements the algorith as described in "Equihash: Asymmetric
Proof-of-Work Based on the Generalized Birthday Problem" by Alex Biryukov and
Dmitry Khovratovich, 2016, DOI:10.14722/ndss.2016.23108. This code, by Stefan
Marsiske, is a fork of an earlier implementation by Khovratovich at
https://github.com/khovratovich/equihash/ . The cryptographic password
storage SPHINX (pwdsphinx and libsphinx) depend upon equihash.
libgdcm-tools
Grassroots DICOM tools and utilities
Grassroots DiCoM is a C++ library for DICOM medical files. It is
automatically wrapped to python/C#/Java (using swig). It supports
RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
libs6-2.12t64
small and secure supervision software suite (shared library)
s6 is a small suite of programs for UNIX, designed to allow process
supervision (a.k.a service supervision), in the line of daemontools and
runit, as well as various operations on processes and daemons. It is meant
to be a toolbox for low-level process and service administration, providing
different sets of independent tools that can be used within or without the
framework, and that can be assembled together to achieve powerful
functionality with a very small amount of code.