mpqc

Massively Parallel Quantum Chemistry Program

MPQC is an ab-inito quantum chemistry program. It is especially designed to compute molecules in a highly parallelized fashion.

librte-crypto-dpaa-sec22

Data Plane Development Kit (librte-crypto-dpaa-sec runtime library)

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

node-yauzl

yet another unzip library - Node.js module

yauzl is a Node.js module which provides the ability to read from zip files. It follows the spec by reading the central directory for file metadata instead of scanning for local file headers which might be deleted. yauzl also keeps memory usage low by not attempting to buffer entire files in RAM at once. yauzl is designed to generate an error instead of crashing when encountering corrupted or malicious zip files and has a robust test suite to ensure this.

librte-crypto-ipsec-mb22

Data Plane Development Kit (librte-crypto-ipsec-mb runtime library)

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

librte-crypto-nitrox22

Data Plane Development Kit (librte-crypto-nitrox runtime library)

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

node-concat-map

concatenative mapdashery for Node.js

node-concat-map provides a single method concatMap(xs, fn) that will return an array of concatenated elements by calling fn(x, i) for each element x and each index i in the array xs.