Stars
Fast O(1) offset allocator with minimal fragmentation
A Go implementation of the quantum-resistant key encapsulation method ML-KEM (formerly known as Kyber).
MSVC's implementation of the C++ Standard Library.
implementation of the Allotment Routing Table (ART) algorithm by Donald Knuth, as described in the paper by Yoichi Hariguchi
Countdown timer and stopwatch in your terminal
Contains the source code examples described in the "Intel® 64 and IA-32 Architectures Optimization Reference Manual"
Intel® Generic Implementation of GraphBLAS* for Go*
make bufio.SplitFuncs based on string/[]byte separators or regular expressions
Package networkd enables control of systemd-networkd using D-Bus. MIT Licensed.
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code.
Gerrit Code Review - (mirror of https://gerrit.googlesource.com/gerrit)
A constant-time library for big integers modulo a prime, usable for cryptographic applications. Exported from crypto/internal/bigmod, the backend of crypto/rsa and crypto/ecdsa.
Secure and fast microVMs for serverless computing.
Tool for breaking down section size differences between two executables.
A fork of password-store (https://www.passwordstore.org) that uses age (https://age-encryption.org) as backend.
A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offered which apply directly to higher level la…