Highlights
- Pro
Stars
Go + Own = Gown. Borrowing ideas from Rust/Pony, we implement ownership of pointers in Golang (Go) in a source pre-processor. Gown can eliminate data-races statically at compile time.
trailofbits / gosentry
Forked from golang/goSecurity-oriented Go toolchain, focused on state-of-the-art fuzzing capabilities.
Django-like Web Framework Written in Go and HTMX
YogaDB: a flexible-address-space key-value store in pure Go/Golang. Key idea: With minor modifications, B-trees can beat LSM trees on write throughput and latency too. (And B-trees have always had …
Born is a modern ML framework for Go — train and deploy models as single binaries. Pure Go, zero CGO, GPU accelerated.
Go library for causal inference with original SCIC™ algorithm for directional causality analysis. Includes SURD (information-theoretic) and VarSelect (LASSO-based) methods. High-performance, produc…
⚡ Parallel LASSO Regression in Go | Efficient feature selection with L1 regularization | Thread-safe implementation | MIT Licensed
glycerine / lasso
Forked from causalgo/lasso⚡ Parallel LASSO Regression in Go | Efficient feature selection with L1 regularization | Thread-safe implementation | MIT Licensed
Pont is a superset of Golang with friendlier channel ops, sticky sends, and support for Deterministic Simulation Testing (DST).
The financial transactions database designed for mission critical safety and performance.
a simulated network for chaos testing with testing/synctest (or not). gosimnet implements net.Conn
A formally verified Raft specification in SPIN, as course project of Software Formal Verification, 2020 Autumn, Tsinghua University
2 libraries + utilities: readline style command history and terminal drawing/images, fps calculator
Not built on Jupyter notebooks, but conceptually similar, an rbook is a web server for R sessions. rbook creates a lab book like archival record of the session. An rbook shows code and output plot…
Self-contained Machine Learning and Natural Language Processing library in Go
OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.
Fully featured, spec-compliant HTML5 server-sent events library
A scalable overlay networking tool with a focus on performance, simplicity and security
Simple, reliable, and efficient distributed task queue in Go
onnx-go gives the ability to import a pre-trained neural network within Go without being linked to a framework or library.
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
hello world for Gio graphics for Golang. Gio runs on macOS, Windows, Wayland (linux), X11, WebASM, iOS, and Android. All in Go, no bridge C/Java to write.
A full-featured regex engine in pure Go based on the .NET engine