libblitz0t64

C++ template class library for scientific computing

Blitz++ offers a high level of abstraction, but performance which rivals Fortran. The current version supports arrays and vectors.

lcsync

librecast file and data syncing tool

lcsync is a tool to sync files over IPv6 multicast or the local filesystem. It splits the file into blocks, hashes them, and compares them in order to efficiently transfer a minimal amount of data.

python3-cotengrust

Fast contraction ordering primitives for tensor networks

`cotengrust` provides fast rust implementations of contraction ordering primitives for tensor networks or einsum expressions. The two main functions are `optimize_optimal(inputs, output, size_dict, **kwargs)` and `optimize_greedy(inputs, output, size_dict, **kwargs)`.

node-tiny-warning

Node.js library that provide an alternative to node-warning

node-tiny-warning provides a tiny node-warning alternative.

node-theming

CSSinJS theming solution for ReactJS

node-theming is a CSS-in-JS theming solution for ReactJS. * ThemeProvider allows one to pass, update, merge and augment "theme" through context down react tree * withTheme allows one to receive theme and its updates in your components as a "theme" prop * createTheming allows one to integrate "theming" into its CSS-in-JS library with custom "channel"

libsimdjson16

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++.