Pinned Repositories
accelerations
Transparent accelerations of compute tasks depending on hardware detected.
alphabet_mask
Masking strings into a bespoke u32 to find their common alphabets. Does not support numbers.
ants
Distributed systems without leader. All workers hosts the same API, and will relay the request to others via gRPC if busy.
async-1brc
Would tokio do good or do bad against 1BRC?
bobinator
A command line utility for automations on Bob, the people management platform.
embedder
Axum API for embeddings using various huggingface models.
fail_safe
A context manager class that retains data on error, and load from disk upon next execution.
pigeon-hole
A simple Go HTTP host serving a Redis-like `string` to `[]byte` mapping.
rockyou2024
How are we going to search through this 156GB text file?
rust_geodistances
Python package for Geodistance calculations with both Haversine and Vincenty, using a Rust backend.
denwong47's Repositories
denwong47/rockyou2024
How are we going to search through this 156GB text file?
denwong47/ants
Distributed systems without leader. All workers hosts the same API, and will relay the request to others via gRPC if busy.
denwong47/bobinator
A command line utility for automations on Bob, the people management platform.
denwong47/embedder
Axum API for embeddings using various huggingface models.
denwong47/alphabet_mask
Masking strings into a bespoke u32 to find their common alphabets. Does not support numbers.
denwong47/async-1brc
Would tokio do good or do bad against 1BRC?
denwong47/async_iot
An asynchronous unified interface for various IoT devices around a private household.
denwong47/pigeon-hole
A simple Go HTTP host serving a Redis-like `string` to `[]byte` mapping.
denwong47/rust_primes
Python package for listing and counting prime numbers using a Rust backend.
denwong47/bad_domain_checker
A deliberately bad and barely functioning domain status checker for education purposes.
denwong47/battleship
Battleship game in API form.
denwong47/bloomfilter
A Bloom filter is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set. This implementation includes a rolling window version which expires outdated hashes automatically.
denwong47/bme280-rs
A platform agnostic Rust driver for the Bosch BM[PE]-280
denwong47/coffeeshop-rs
K8s worker framework queued with AWS SQS and DynamoDB
denwong47/fastembed-rs
Library for generating vector embeddings, reranking in Rust
denwong47/find_first_unique_set
The simplest of leetcode problem for the purpose of performance comparison.
denwong47/future-number
Lazy evaluating primitive numbers in Python.
denwong47/jetson_dockers
Jetson Nano docker images for various purposes.
denwong47/local-mongo
Local Mongo Database in a docker container.
denwong47/mahjong-tiles
Vector graphics of riichi mahjong tiles
denwong47/nvgpu_tegra
NVIDIA GPU tools - support for Jetson Nano
denwong47/openvpn-docker
Docker Compose for Creating an OpenVPN Access Server.
denwong47/polars-book
Book documentation of the Polars DataFrame library
denwong47/roman-numerals
15 minutes challenge to parse roman numerals in Rust
denwong47/rpi-devices
Utilities and helper structs for devices attached to Raspberry Pi SBC (not RP2040 micro-controllers).
denwong47/ruff
An extremely fast Python linter and code formatter, written in Rust.
denwong47/RustaCUDA
Rusty wrapper for the CUDA Driver API
denwong47/sentiment_classifier
Dataset for training a very simple classifier.
denwong47/simd_distance
Testing what effect SIMD has on batched vectorisation.
denwong47/tide
Fast and friendly HTTP server framework for async Rust