Stars
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Rust / Wasm framework for creating reliable and efficient web applications
example of a full stack web app (backend and frontend) written in Rust
An elegant PyTorch deep reinforcement learning library.
A toolkit for developing and comparing reinforcement learning algorithms.
Extensible SQL Lexer and Parser for Rust
Dataframes powered by a multithreaded, vectorized query engine, written in Rust
Ergonomic and modular web framework built with Tokio, Tower, and Hyper
Seamless operability between C++11 and Python
Tensors and dynamic neural networks in pure Rust.
校招、秋招、春招、实习好项目!带你从零实现一个高性能的深度学习推理库,支持大模型 llama2 、Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step
PainterEngine is a application/game engine with software renderer,PainterEngine can be transplanted to any platform that supports C
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
Sample codes for my CUDA programming book
Code from the "CUDA Crash Course" YouTube series by CoffeeBeforeArch
Implementation in Rust of lox, the language described in Crafting Interpreters
Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
A safe and fast multi-producer, multi-consumer channel.
Tools for concurrent programming in Rust