This is a staging site. Uploads will not persist. Testing only.

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.

openjdk-18-jdk

OpenJDK Development Kit (JDK)

OpenJDK is a development environment for building applications, applets, and components using the Java programming language.

librte-net-mlx4-23

Data Plane Development Kit (librte-net-mlx4 runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

libstd-rust-1.61

Rust standard libraries

Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency.