debichem-molecular-dynamics
DebiChem Molecular Dynamics
This metapackage will install Molecular Dynamics packages
which might be useful for chemists.
libneatvnc0
Fast and neat VNC server library (shared library)
Neatvnc is a liberally licensed VNC server library that's intended
to be fast and neat. It comes with the goal of speed, clean interface
and interoperability with the Freedesktop.org ecosystem.
fling
Transfer data from stdin over network to destination quickly
fling transfers data quickly over a trusted network. It does not encrypt
the data. It tries to avoid copying data between kernel and userspace
where it can. The most improvement over other tools like netcat is seen
on systems with low memory bandwidth. fling is extremely Linux-specific,
as almost all the optimisations used beyond what other similar tools do
are non-portable.
postgresql-13-hypopg
PostgreSQL extension adding support for hypothetical indexes.
An hypothetical, or virtual, index is an index that doesn't really exists, and
thus doesn't cost CPU, disk or any resource to create. They're useful to know
if specific indexes can increase performance for problematic queries, since
you can know if PostgreSQL will use these indexes or not without having to
spend resources to create them.
postgresql-13-rum
PostgreSQL RUM access method
This PostgreSQL extension provides the RUM access method, an inverted index
with additional information in posting lists.