bolt-18
Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
postgresql-16-statviz
PostgreSQL internal statistics analysis and visualization
pg_statviz is a minimalist extension and utility pair for time series analysis
and visualization of PostgreSQL internal statistics. Created for snapshotting
PostgreSQL's cumulative and dynamic statistics and performing time series
analysis on them. The accompanying utility can produce visualizations for
selected time ranges on the stored stats snapshots, enabling the user to track
PostgreSQL performance over time and potentially perform tuning or
troubleshooting.
r-cran-gsubfn
GNU R utilities for strings and function arguments
The gsubfn function is like gsub but can take a replacement
function or certain other objects instead of the replacement string.
Matches and back references are input to the replacement function and
replaced by the function output. gsubfn can be used to split strings
based on content rather than delimiters and for quasi-perl-style string
interpolation. The package also has facilities for translating formulas
to functions and allowing such formulas in function calls instead of
functions. This can be used with R functions such as apply, sapply,
lapply, optim, integrate, xyplot, Filter and any other function that
expects another function as an input argument or functions like cat
or sql calls that may involve strings where substitution is desirable.
There is also a facility for returning multiple objects from functions
and a version of transform that allows the RHS to refer to LHS used in
the same transform.
python3-qmix
Quantum Mixing software
QMix is used to simulate the quasiparticle tunneling currents
in Superconductor/Insulator/Superconductor (SIS) junctions.
In radio astronomy, these junctions are used for heterodyne
mixing at millimeter and submillimeter wavelengths. QMix can
be used to simulate the behavior of SIS mixers, optimize their
performance and analyze experimental data.
vcstool
Command line tool to make working with multiple repositories easier
Vcstool is a version control system (VCS) tool, designed to make
working with multiple repositories easier. vcstool enables batch
commands on multiple different vcs repositories. Currently it
supports git, hg, svn and bzr.
lib2geom1.2.0
robust computational geometry framework -- shared library
2Geom is a C++ 2D geometry library geared towards robust processing of
computational geometry data associated with vector graphics. The primary
design consideration is ease of use and clarity. It is dual-licensed
under LGPL 2.1 and MPL 1.1.