libnppig10

NVIDIA Performance Primitives lib for Image Geometry transforms

node-ramda

practical functional library for JavaScript programmers

A library designed specifically for a functional programming style, one that makes it easy to create functional pipelines, one that never mutates user data.

libpmemobj1-debug

Persistent Memory object store support library — debug build

libpmemobj turns a persistent memory file into a flexible object store, supporting transactions, memory management, locking, lists, and a number of other features.

libthrift-0.13.0

Thrift C++ library

Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages.

ruby-apollo-upload-server

apollo-upload-server implementation for Ruby on Rails as middleware

This is a middleware which allows you to upload files using graphql-ruby, apollo-upload-client and Ruby on Rails.

ffjson

faster JSON serialization for Go

ffjson generates static MarshalJSON and UnmarshalJSON functions for structures in Go. The generated functions reduce the reliance upon runtime reflection to do serialization and are generally 2 to 3 times faster. In cases where ffjson doesn't understand a Type involved, it falls back to encoding/json, meaning it is a safe drop in replacement. By using ffjson your JSON serialization just gets faster with no additional code changes.