Andy Lok

Results 9 repositories owned by Andy Lok

arraydeque

99
Stars
20
Forks
Watchers

A circular buffer with fixed capacity (Rust).

byte

41
Stars
8
Forks
Watchers

A low-level, zero-copy, panic-free, binary serializer and deserializer. (parser and encoder)

comp-rs

52
Stars
5
Forks
Watchers

Pure-macro Do notation and List-comprehension for Option, Result and Iterator.

smallbox

71
Stars
8
Forks
Watchers

Small Box optimization: store small item on stack and fallback to heap for large item.

nom-rule

40
Stars
0
Forks
Watchers

A procedural macro for defining nom combinators in simple DSL

preemptive

33
Stars
1
Forks
Watchers

A minimum preemptive OS on Cortex-M3 (specially on blue-pill board) written in Rust.

simsearch-rs

143
Stars
23
Forks
Watchers

A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here).

typed-type-exercise-in-rust

95
Stars
6
Forks
Watchers

Build database expression type checker and vectorized runtime executor in type-safe Rust

gpt-4-search

349
Stars
26
Forks
Watchers

A command line GPT-4 REPL with Google search in 200 lines of code