One signed binary. Every feature compiled in. Free to run. Install Crowkis →
← the Roost

Topic · 8 posts

Benchmarks

Measured latency, throughput, agent-memory recall, and cost, honest numbers from independent harnesses, not marketing.

benchmarksJul 18, 2026· 7m

We put our tiny embedding model up against OpenAI and NVIDIA. It didn't blink.

crowsight is a small, offline embedding model that ships inside Crowkis. We didn't trust it on faith, so we made it compete with the biggest embedding APIs on the one job a semantic cache actually needs. Here's what happened.

benchmarksJun 24, 2026· 9m

How good is Crowkis agent memory, really? The LoCoMo and LongMemEval numbers

We ran Crowkis memory against two public, hostile retrieval benchmarks, SNAP's LoCoMo and LongMemEval, on a laptop with no cloud calls. Here are the recall numbers, by question type, with the reranker on and off.

benchmarksJun 16, 2026· 7m

Where the milliseconds go: an honest latency profile

A semantic cache hit isn't free, it has to embed your query first. We measured every operation's percentiles so you know exactly what you're paying for, and where the cache engine itself is microsecond-fast.

benchmarksJun 12, 2026· 6m

The throughput ceiling we won't hide, and the fix

On v0.2.2, throwing 16 threads at Crowkis got the same throughput as one. That's a real ceiling, we found it in our own harness, and here's both why it happened and how the embedding-deferral work lifts it.

benchmarksJun 8, 2026· 6m

84 of 84: correctness and isolation under a hostile harness

Empty strings, 100 KB values, null bytes, emoji, 16 threads hammering across tenants. The stress harness throws 84 nasty checks at Crowkis and counts the cross-tenant leaks. The leak count is zero.

benchmarksJun 4, 2026· 5m

The 150-second stall we found in our own benchmark

CDEDUP works, and at 1,340 vectors it froze the whole server for 150 seconds in our harness. Here's the honest finding, why it happens, and what it means for how you should run dedup.

benchmarksMay 31, 2026· 5m

Does the vector index go cold under churn? We tried to break it

A v0.2.1 bug let the HNSW index go cold under heavy write-and-flush churn, semantic search silently stopped finding neighbours. Here's the soak test that reproduces it and proves v0.2.2 fixed it.

benchmarksMay 26, 2026· 6m

A million vectors on a laptop: the honest vector-search numbers

Crowkis is a cache with a vector index, not a vector database, but it should still hold up at scale. We indexed 100K and 1M vectors and measured build time, search latency, and recall. Including where dedicated vector DBs still win.