Pinned Repositories
arrayvec
A vector with a fixed capacity. (Rust)
git-remote-gcrypt
[This fork is not maintained] git-remote-gcrypt: A git remote helper for GPG-encrypted remotes
indexing
Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.
maplit
Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.
matrixmultiply
General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
scopeguard
Rust crate for a convenient RAII scope guard.
indexmap
A hash table with consistent order and fast iteration; access items by key or sequence index
petgraph
Graph data structure library for Rust.
itertools
Extra iterator adaptors, iterator methods, free functions, and macros.
ndarray
ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
bluss's Repositories
bluss/arrayvec
A vector with a fixed capacity. (Rust)
bluss/scopeguard
Rust crate for a convenient RAII scope guard.
bluss/maplit
Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.
bluss/matrixmultiply
General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
bluss/bencher
bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher!" = No feature development. Go build a better stable benchmarking library.
bluss/permutohedron
bluss/pyproject-local-kernel
Python Jupyter kernel provisioner using pyproject environment manangers like Uv, Rye, PDM, Poetry, Hatch etc.
bluss/fast-floats
Experimental (unstable) “fast-math” wrappers for f32, f64
bluss/debugit
DebugIt: Use specialization so you can debug-print a value without explicit (and viral) Debug trait bound. (Not really maintained. Uses specialization so it may break)
bluss/thread-tree
A tree-shaped thread pool used for spawning stack-bound scoped jobs with no work stealing. Derived from a little bit of rayon-core code + new thread pool on top.
bluss/tox-rye
Use Rye to discover or fetch Python versions for Tox (v4)
bluss/ryeish-kernel
Python Jupyter kernel using Rye for reproducible notebooks
bluss/virtualenv-rye-discovery
Virtualenv plugin for discovery of Python interpreters through Rye.
bluss/sysconfigpatcher
Patch sysconfigdata and pkgconfig files in a python installation from indygreg's python builds.
bluss/rayon
Rayon: A data parallelism library for Rust
bluss/uv
An extremely fast Python package installer and resolver, written in Rust.
bluss/bluss
bluss/faer-ext
`faer-rs` API for interoperability with external libraries.
bluss/findpython
A utility to find python versions on your system
bluss/http
Rust HTTP types
bluss/ipykernel
IPython Kernel for Jupyter
bluss/none-ls-extras.nvim
Extra sources for none-ls.nvim. Not extensively tested, may be prone to break.
bluss/num-complex
Complex numbers for Rust
bluss/pm-jupytext
Jupytext input support for papermill
bluss/poetry-kernel
Python Jupyter kernel using Poetry for reproducible notebooks
bluss/polars
Rust DataFrame library
bluss/rye
An Experimental Package Management Solution for Python
bluss/uv-issue-5459
reproducer? for uv issue #5459
bluss/uv-kernels
Uv KernelSpecManager for JupyterLab (This is a proof of concept.)
bluss/uv-run-jupyter-notebooks
Can We Embed Dependencies Directly into a Jupyter Notebook