barakugav's Stars
PyO3/pyo3
Rust bindings for the Python interpreter
dail8859/NotepadNext
A cross-platform, reimplementation of Notepad++
rust-lang/rust-bindgen
Automatically generates Rust FFI bindings to C (and some C++) libraries.
PyO3/maturin
Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
rust-ndarray/ndarray
ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
petgraph/petgraph
Graph data structure library for Rust.
jgrapht/jgrapht
Master repository for the JGraphT project
pytorch/executorch
On-device AI across mobile, embedded and edge for PyTorch
sonos/tract
Tiny, no-nonsense, self-contained, Tensorflow and ONNX inference
vigna/fastutil
fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
PortAudio/portaudio
PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
pykeio/ort
Fast ML inference & training for ONNX models in Rust
oprypin/nightly.link
Downloads the latest "nightly" build/artifact from a continuous testing workflow
withoutboats/heck
oh heck, a case conversion library
rust-lang/glob
Support for matching file paths against Unix shell style patterns.
d-krupke/cpsat-primer
The CP-SAT Primer: Using and Understanding Google OR-Tools' CP-SAT Solver
astral-sh/setup-uv
Set up your GitHub Actions workflow with a specific version of https://docs.astral.sh/uv/
astral-sh/ruff-action
A GitHub Action to run Ruff
Jij-Inc/pyo3-stub-gen
Stub file (*.pyi) generator for PyO3
wrenger/bitfield-struct-rs
Procedural macro for bitfields.
jturner314/ndarray-npy
.npy and .npz file format support for ndarray
d-michail/jheaps
Master repository for the JHeaps project
yezz123/setup-uv
Set up your GitHub Actions workflow with a specific version of uv
qsib-cbie/sci-rs
Rust Scientific Analysis similar to SciPy
mohanson/leb128
LEB128 or Little Endian Base 128
barakugav/JGAlgo
A high-performance library for graph algorithms written in Java. It contains a wide collection of optimized algorithms and data structures for a range of problems on graphs.
evansloan/collection-log
A Runelite plugin that adds visual improvements to the collection log
Mickelbil84/LightEngine3
A lightweight OpenGL rendering engine that can be used for rapid development of experimental projects as well as games.
poja/Cattus
Cattus is a chess engine based on DeepMind AlphaZero paper, written in Rust. It uses a neural network to evaluate positions, and MCTS as a search algorithm.
neilpasharel/Graph-Algorithms
Implemented basic data structures and graph algorithms in C.