Tag
A developer details the process of optimizing a Go file search from 0.75 GB/s to 49 GB/s, leveraging techniques like SIMD and understanding memory hierarchy, including Go 1.26's new `simd/archsimd` package.
An open-source knowledge agent template that avoids vector databases by using file-based search (grep, find, cat) and supports multiple platforms like web chat, GitHub, and Discord bots.
A CLI tool called ffs that searches files by reading the disk directly, bypassing the OS kernel's VFS layer, offering potential speed advantages over tools like ripgrep for large, uncached directories. Supports ext4, btrfs, and APFS file systems.
Google has expanded the Gemini API File Search tool to support multimodal data, enabling developers to build more efficient and verifiable retrieval-augmented generation (RAG) systems with features like custom metadata filtering and page citations.
fff is a fast, typo-resistant file search toolkit with frecency ranking and an MCP server for AI agents, providing efficient file and content search with git awareness.