Lists (12)
Sort Name ascending (A-Z)
- All languages
- ANTLR
- Adblock Filter List
- Assembly
- Batchfile
- C
- C#
- C++
- CMake
- CSS
- Clojure
- Cython
- Dart
- Dockerfile
- Elixir
- Go
- HTML
- Handlebars
- Java
- JavaScript
- Jsonnet
- Jupyter Notebook
- LLVM
- Lua
- Markdown
- Mermaid
- Mustache
- OCaml
- PHP
- PLpgSQL
- Python
- Ruby
- Rust
- SWIG
- Shell
- Solidity
- Standard ML
- TSQL
- TeX
- TypeScript
- V
- Vue
- WebAssembly
- Wikitext
- Zig
Starred repositories
Lightweight implementation of `async-stream` without macros
Async stream for Rust and the futures crate.
Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Chromium, Redis and WebKit/Safari
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketching, and sorting across CPUs and GPUs in Rust 🦀 and Python 🐍
Super-fast float parser in Rust (now part of Rust core)
Library and proc macro to analyze memory usage of data structures in rust.
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIrrored from https://gitlab.redox-os.org/redox-os/chashmap
Forked from https://gitlab.com/tspiteri/gmp-mpfr-sys
A HashMap variant that spreads resize load across inserts
Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar
Fast, secure, RFC-compliant WebSocket implementation for Rust, supporting compression
Ratchet is a fast, robust, lightweight and fully asynchronous implementation of RFC6455 (The WebSocket protocol).
Zstandard - Fast real-time compression algorithm
A cargo subcommand for cleaning up unused build files generated by Cargo
BTree provides a simple, ordered, in-memory data structure for Go programs.
A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and allows lookups of entries by value or sorted order position.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflo…