The robin-map library is a C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions.
A modern approach to programming for the Erlang VM
Subtitles, faster than your thoughts
nanobind is a small binding library that exposes C++ types in Python and vice versa. It is reminiscent of Boost.Python and pybind11 and uses near-identical syntax. In contrast to these existing tools, nanobind is more efficient: bindings compile in a shorter amount of time, produce smaller binaries, and have better runtime performance.
Parser for multipart/form-data.
A Python library for cartographic visualizations with Matplotlib.
A small build system with a focus on speed.
This is a Django authentication backend that authenticates against an LDAP service