Feed aggregator

Show HN: Glance – Fast CSV inspection for the terminal (SIMD-accelerated)

Hacker News - Sat, 02/07/2026 - 6:20pm

I built this because I got tired of waiting for pandas to load just to peek at a CSV file. Glance handles multi-million row files in under a second with lazy parsing and SIMD optimizations.

Key features: - Instant schema inference (detects int64, float64, currency, dates, enums) - SQL-like filtering with numeric comparison support - Interactive pager (like less, but CSV-aware) with search - Auto-detects delimiters (comma, tab, pipe, semicolon) - Multiple output formats (table, CSV, TSV, JSON)

Performance on 5M rows (307 MB): - Display + schema: 0.09s (lazy parsing + SIMD line counting) - Full filter + sort: 0.88s

Technical bits: - mmap for zero-copy file access - Flat row storage (single vector with stride, no per-row allocations) - ARM NEON / x86 SSE2 for newline counting - memchr fast-path for quote-free lines, state machine fallback for RFC 4180 edge cases

Built in C++20 with comprehensive tests. Works on macOS and Linux.

GitHub: https://github.com/AveryClapp/glance

Comments URL: https://news.ycombinator.com/item?id=46929364

Points: 2

# Comments: 0

Categories: Hacker News

Imperative

Hacker News - Sat, 02/07/2026 - 6:18pm
Categories: Hacker News

Show HN: I built a clawdbot that texts like your crush

Hacker News - Sat, 02/07/2026 - 5:38pm

It's valentine's week, so I built a chat app that you can acrually customize your crush and shoot your shot. ( Safely )

Comments URL: https://news.ycombinator.com/item?id=46928941

Points: 1

# Comments: 0

Categories: Hacker News

GitBlack: Tracing America's Foundation

Hacker News - Sat, 02/07/2026 - 5:32pm

Article URL: https://gitblack.vercel.app/

Comments URL: https://news.ycombinator.com/item?id=46928894

Points: 2

# Comments: 0

Categories: Hacker News

Correctio

Hacker News - Sat, 02/07/2026 - 5:31pm
Categories: Hacker News

Free Trial: AI Interviewer

Hacker News - Sat, 02/07/2026 - 5:26pm

Article URL: https://ai-interviewer.nuvoice.ai/

Comments URL: https://news.ycombinator.com/item?id=46928826

Points: 1

# Comments: 0

Categories: Hacker News

Pages