Author: Dae Euhwa (daedaevibin@veridianzenith.qzz.io | [@daedaevibin])
A collection of small projects, experiments, and learning exercises focused on systems programming, performance optimization, and cross-platform development. This repository serves as a sandbox for testing ideas, learning new tools, and exploring system-level programming with C++, Zig, Flutter, and related technologies.
- Zig experiments: memory allocators, syscall wrappers, lightweight tools
- Flutter integration: FFI-based experiments with native libraries
- LLVM optimizations: ThinLTO, EEVDF, MADVISE
- Linux desktop + Android workflows: custom tooling, CLI utilities
Misc/
├─ zig/ # Zig experiments, system-level tools
├─ flutter/ # Flutter projects using FFI with native libraries
├─ benchmarks/ # Micro-benchmarks for performance testing
├─ utils/ # Small CLI utilities or helper scripts
└─ README.mdThis repository is meant for learning and experimentation.
Browse individual folders for experiments or sample projects.
Feel free to clone or fork for personal learning, but note the licensing restrictions.
Expect unstable code and frequent updates.
License: This repository is licensed under the Open Software License 3.0 (OSL-3.0). See LICENSE for full details.
Note: These projects are experimental. Expect unstable code, frequent updates, and learning-focused implementations.