Back to browse
GitHub Repository

Everything is an ultra-fast, lightweight, open-source search engine designed for instant results, often returning matches in around ~0.025 seconds (depending on internet connection this may vary--with 0.25 seconds max)

2 starsJavaScript

A browser-based search engine with 25ms query latency

by lipzo14·Feb 18, 2026·3 points·2 comments

AI Analysis

MidWizardryNiche Gem
The Take

Runs a tiny crawler (node crawler.js) and serves an in-browser UI that fuses BM25 scoring with PageRank authority — plus a playful 'Click Me!' random-query feature for exploration. The 0.025s query claim is attention-grabbing but likely a function of a small local index or aggressive client-side caching; the repo would benefit from reproducible benchmarks, explicit index sizes, and a network/profile breakdown to prove the performance story.

Category
Target Audience

Information-retrieval researchers, search-engine hobbyists, privacy-conscious developers

Post Description

I stumbled onto this repo JustaNormalComputer-Guy.github.io claiming sub-0.1 second load times—averaging around 0.025s in my initial tests. Is this just aggressive caching, or is the client-side indexing logic actually that efficient? It seems way too fast for a standard web search. I’ve checked the Network tab and it stays under 100ms even on a throttled connection. Can someone help me verify if I'm missing something or if this is legit?

Similar Projects

SQL Query Optimizer

LLM-augmented SQL optimizer with schema context, but lacks benchmarks proving it beats manual EXPLAIN review.

Solve My ProblemShip It
hura17
103mo ago