Posts tagged with #performance
3 posts found
Introducing Logly: A High-Performance Logging Library for Zig
• Muhammad Fiaz
A technical overview of Logly v0.1.0, a thread-safe, modular logging library for the Zig ecosystem focusing on performance and developer ergonomics.
High-Performance Web Applications with Rust and WebAssembly
• Muhammad Fiaz
Leveraging Rust and WebAssembly (Wasm) to offload compute-intensive tasks from the JavaScript main thread. Includes benchmarks and implementation patterns.
From Python to Zig: A System's Perspective
• Muhammad Fiaz
An analysis of the transition from efficient scripting (Python) to high-performance systems programming (Zig). Includes performance benchmarks and a comparison with Rust.