python3-django-background-tasks
databased-backed work queue for Django
libghc-half-prof
half-precision floating-point; profiling libraries
Half-precision floating point values with 1 bit of sign, 5 bits of
exponent, 11 bits of mantissa trailing a leading 1 bit with proper
underflow.
libghc-http-link-header-prof
parser/writer for RFC 5988's HTTP Link header; profiling libraries
Library for parsing and writing the HTTP Link header as specified in RFC 5988
"Web Linking".
elpa-use-package
configuration macro for simplifying your .emacs
The `use-package' declaration macro allows you to isolate package
configuration in your .emacs in a way that is performance-oriented
and tidy.
cl-lparallel
parallel programming in Common Lisp
lparallel is a library for parallel programming in Common Lisp, featuring a
simple model of task submission with receiving queue, constructs for
expressing fine-grained parallelism, asynchronous condition handling across
thread boundaries, parallel versions of map, reduce, sort, remove, and many
others promises, futures, and delayed evaluation constructs, computation
trees for parallelizing interconnected tasks bounded and unbounded FIFO
queues, high and low priority tasks, task killing by category and
integrated timeouts.
python-diff-match-patch
robust algorithms for synchronizing plain text (Python 2 module)
The Diff Match and Patch libraries offer robust algorithms to perform the
operations required for synchronizing plain text.