» Tag
programming
160 postsBuilding High-Performance Flat 2D Arrays in Rust (SIMD, L1 Cache)
Learn to build a high-performance 2D array structure in Rust, enhancing performance with SIMD and L1 cache.
Programmatic Memory for Long-Horizon LLM Agents
PRO-LONG enhances long-horizon LLM agents' performance by integrating programmatic memory.
Rust fearless_SIMD v0.7: 64-bit Integers, Improved Generics, and SSE2
fearless_simd v0.7 brings 64-bit integer support, SSE2 enhancements, and improved generics, marking a significant update for engineers.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comSwift-Node: Write Node.js Native Modules in Swift
Learn about swift-node, which simplifies writing Node.js native modules in Swift.
The Same Code Printed 10 on Linux and 0 on a Mac
A Dray programming language issue highlights variadic argument passing differences in C, affecting outputs on Linux and Mac.
Kdrant 1.1 and Kmemo 1.0: Qdrant Client and LLM Cache Innovations
Kdrant 1.1 and Kmemo 1.0 introduce a Qdrant client and an innovative LLM cache.
A Visual Journey Through Async Rust
Visualizing async Rust execution is a key tool for engineers to understand asynchronous operations.
Kavak: A New Generic Online Compiler
Kavak enables compiling from C11 to WebAssembly, facilitating cross-platform application development.
Async Python File IO Using Uring
The urio library provides asynchronous file I/O for Python, enabling true async read/write operations on Linux and Windows.
Have Your AI List Its Assumptions Before Editing Code
Prompt your AI to list assumptions before code edits to avoid potential errors.