Rayon: Making Parallelism Simple in Rust In the world of modern computing, parallelism is no longer a luxury, it's a necessity. As processors continue to add more cores rather than increasing clock speeds, developers face a critical challeng... Concurrency Data Parallelism Open Source Parallelism Performance Rust Thread Pool Work Stealing
Lance: The Columnar Data Format Transforming Machine Learning Workflows Multimodal data management has become one of the most critical bottlenecks in machine learning and artificial intelligence. While the world generates increasingly complex multimodal datasets combining... AI data format LanceDB machine learning multimodal open source Python Rust vector search
Agent Client Protocol: Making Agentic Editing Portable The Agent Client Protocol (ACP) is an open effort by Zed Industries to standardize how code editors talk to AI coding agents. If the Language Server Protocol decoupled languages from editors, ACP aims... ACP AI Agents Code Editors JSON-RPC MCP Open Source Rust TypeScript