libsimdjson14
Parsing gigabytes of JSON per second (shared object)
JSON is everywhere on the Internet. Servers spend a *lot* of time parsing it.
We need a fresh approach. The simdjson library uses commonly available SIMD
instructions and microparallel algorithms to parse JSON 4x faster than
RapidJSON and 25x faster than JSON for Modern C++.
libzydis4.0
fast and lightweight x86/x86-64 disassembler library
Zydis is a fast x86/x86-64 disassembler library. It supports all x86 and
AMD64 instructions and many vendor extensions, doesn't perform dynamic
memory allocations, is thread safe by design and has no third party
dependency - not even libc.
libghc-lumberjack-prof
Trek through your code forest and make logs; profiling libraries
This is a logging facility. Yes, there are many, and this is the one
with a beard, wearing flannel and boots, that gets the job done. It's
not the fanciest, it doesn't have a cargo-van full of features. This
logger is designed to be straightforward to use, provide a good set of
standard features, and be useable across a broad set of code.
libboost-serialization1.88.0
serialization library for C++
This package forms part of the Boost C++ Libraries collection,
containing the following functionalities:
libboost-system1.88.0
Operating system (e.g. diagnostics support) library
This package forms part of the Boost C++ Libraries collection.
python3-cliff
command line interface formulation framework - Python 3.x
Cliff is a framework for building command line programs. It uses plugins to
define sub-commands, output formatters, and other extensions.