Explore TezzNative's curated ecosystem of high-performance modules for machine learning, asynchronous networking, desktop GUIs, and bare-metal systems programming.
High-performance n-dimensional tensor library with AVX2/NEON vectorization, infix @ matrix multiplication, and 4D slicing sugar.
tezz mod add tztensor
Dynamic computation graph and automatic reverse-mode differentiation tape for deep neural network training.
tezz mod add tzautodiff
Zero-dependency native binary GGUF v3 model ingestion engine supporting Q4_0, Q8_0, and f16 quantized tensor loading.
tezz mod add tzgguf
HuggingFace Safetensors file format loader with zero-copy memory mapping for transformer weight parameters.
tezz mod add tzsafetensors
High-throughput Byte-Pair Encoding (BPE) and WordPiece tokenizer runtime for Large Language Models.
tezz mod add tztokenizer
Gradient-based optimization algorithms including Adam, AdamW, RMSProp, and momentum SGD with weight decay.
tezz mod add tzoptim
FlashAttention-style scaled dot-product attention, Rotary Position Embeddings (RoPE), and KV-cache management.
tezz mod add tzattention
Native asynchronous task spawning, hardware worker threads, and await event loop integration for non-blocking coroutines.
tezz mod add task
High-throughput async TCP/UDP socket abstractions, HTTP/1.1 and HTTP/2 micro-servers, and client request utilities.
tezz mod add net
Low-level file system primitives, buffered readers/writers, memory-mapped files, and scoped stream descriptors.
tezz mod add io
Immediate-mode hardware-accelerated desktop GUI toolkit with responsive layouts, typography, and canvas rendering.
tezz mod add tezzui
Cryptographic primitives including SHA-256, SHA-512, AES-256-GCM, HMAC, and cryptographically secure random entropy.
tezz mod add crypto
SIMD-accelerated JSON parser and serializer with direct struct reflection and zero allocations on numeric paths.
tezz mod add json
High-speed embedded SQLite and network MySQL driver interfaces with parameterized queries and connection pooling.
tezz mod add sql
Thread-safe lockless multi-producer multi-consumer typed message queues with select statement semantics.
tezz mod add channel
Monotonic nanosecond clocks, duration math, timezone formatting, and high-resolution interval timers.
tezz mod add time