Search Articles — Sudonull

Search Results

In this project

Cursor Trigram Indexes for Fast Regex Search

https://sudonull.com/cursor-trigram-indexes-for-fast-regex-search

Learn how Cursor sped up regex search in the IDE via local trigram indexes and sparse n-grams. Details on implementation for monorepo. Dive into optimization for middle/senior dev.

ClickHouse skipping indexes: bloom, set, minmax

https://sudonull.com/clickhouse-skipping-indexes-bloom-set-minmax

How ClickHouse skipping indexes speed up queries on columns outside ORDER BY. Breakdown of minmax, set, bloom_filter, ngrambf_v1, tokenbf_v1 with examples from gaming and EXPLAIN.

Django Optimization: from 30s to 142ms

https://sudonull.com/django-optimization-from-30s-to-142ms

Monolith Refactoring Breakdown: eliminating N+1, indexes, DDD. Metrics: CPU -60%, queries from 2800 to 3. Instructions for middle/senior dev.

Triangulation of AI Search: Claude ChatGPT Gemini

https://sudonull.com/triangulation-of-ai-search-claude-chatgpt-gemini

Learn the Deep Research workflow through three neural networks with different search engines. Comparison of indexes, prices, research levels. Save hours on fact-checking — read the guide.

From other projects

The Graph vs Chainlink: Key Differences in Web3 Data

https://ymaho.com/the-graph-vs-chainlink-key-differences-in-web3-data

The Graph indexes on-chain data; Chainlink brings off-chain data to smart contracts. Learn how they work and why they're complementary, not competitors.

Trending Now