Pinned Repositories
adaptive_radix_tree
Adaptive Radix Tree implementation in rust
Algorithm-Implementations
Implementation of some algorithms in C++
arrow
Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
cryptopals-cpp
matasano cryptopals challenge attempt in cpp
icu4x
Solving i18n for client-side and resource-constrained environments.
ldd3
Linux device drives on 5.10.56-1-lts arch kernel
lox-rs
Yet another implementation of Lox in rust
mal-rs
pytorch-MDN
Mixture Density Network implementation PyTorch
simplepratt
A basic pratt parser in rust
pdogr's Repositories
pdogr/lox-rs
Yet another implementation of Lox in rust
pdogr/adaptive_radix_tree
Adaptive Radix Tree implementation in rust
pdogr/arrow
Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
pdogr/icu4x
Solving i18n for client-side and resource-constrained environments.
pdogr/mal-rs
pdogr/simplepratt
A basic pratt parser in rust
pdogr/boa
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
pdogr/cfg
config files
pdogr/crypto-bigint
Cryptography-oriented big integer library with constant-time, stack-allocated (no_std-friendly) implementations of modern formulas
pdogr/diplomat
Experimental Rust tool for generating FFI definitions allowing many other languages to call Rust code
pdogr/dotfiles
pdogr/dura
You shouldn't ever lose your work if you're using Git
pdogr/flatbuffers
FlatBuffers: Memory Efficient Serialization Library
pdogr/jni-bind
JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
pdogr/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
pdogr/mal
mal - Make a Lisp
pdogr/matrixmultiply
General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
pdogr/melody
Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable
pdogr/ndarray
ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
pdogr/ockam
End-to-end encryption and mutual authentication for distributed applications.
pdogr/oreboot
oreboot is a fork of coreboot, with C removed, written in Rust.
pdogr/pdogr
pdogr/PNGme
pdogr/ribzip2
A bzip2 implementation in pure Rust.
pdogr/rust
Empowering everyone to build reliable and efficient software.
pdogr/rust-analyzer
A Rust compiler front-end for IDEs
pdogr/rust-semverver
Automatic checking for semantic versioning in library crates
pdogr/rust_radix_trie
Fast generic radix trie implemented in Rust
pdogr/rust_serialization_benchmark
Benchmarks for rust serialization frameworks
pdogr/stanford-compilers