python3-pytest-pretty
pytest plugin for printing summary data prettily
This is an opinionated pytest plugin to make output slightly easier
to read and errors easy to find and fix.
libngtcp2-1
implementation of QUIC protocol (library)
ngtcp2 project is an effort to implement QUIC protocol which is
now being discussed in IETF QUICWG for its standardization.
libplexus-xml-java
Plexus XML Utilities
This library is a collection of various utility classes to ease working
with XML in Maven.
libstarpu-1.3-7
Task scheduler for heterogeneous multicore machines
StarPU is a runtime system that offers support for heterogeneous
multicore machines. While many efforts are devoted to design efficient
computation kernels for those architectures (e.g. to implement BLAS
kernels on GPUs or on Cell's SPUs), StarPU not only takes care of
offloading such kernels (and implementing data coherency across
the machine), but it also makes sure the kernels are executed as
efficiently as possible.
postgresql-17-pg-hint-plan
support for optimizer hints in PostgreSQL
PostgreSQL uses a cost-based optimizer that uses data statistics, not static
rules. The planner (optimizer) estimates costs of each possible execution
plans for a SQL statement, then executes the plan with the lowest cost. The
planner does its best to select the best execution plan, but it is far from
perfect, since it may not count some data properties, like correlation between
columns.