Tag: performance engineering
-
Hacker News: Hardware-Aware Coding: CPU Architecture Concepts Every Developer Should Know
Source URL: https://blog.codingconfessions.com/p/hardware-aware-coding Source: Hacker News Title: Hardware-Aware Coding: CPU Architecture Concepts Every Developer Should Know Feedly Summary: Comments AI Summary and Description: Yes Summary: The text provides an in-depth exploration of CPU architecture and performance optimization through the concept of “hardware-aware coding.” It emphasizes the importance of aligning software with hardware capabilities, particularly in…
-
Cloud Blog: ScaNN for AlloyDB: The first PostgreSQL vector search index that works well from millions to billion of vectors
Source URL: https://cloud.google.com/blog/products/databases/how-scann-for-alloydb-vector-search-compares-to-pgvector-hnsw/ Source: Cloud Blog Title: ScaNN for AlloyDB: The first PostgreSQL vector search index that works well from millions to billion of vectors Feedly Summary: Executive Summary – ScaNN for AlloyDB is the first Postgres-based vector search extension that supports vector indexes of all sizes, while providing fast index builds, fast transactional updates,…
-
The Cloudflare Blog: A good day to trie-hard: saving compute 1% at a time
Source URL: https://blog.cloudflare.com/pingora-saving-compute-1-percent-at-a-time Source: The Cloudflare Blog Title: A good day to trie-hard: saving compute 1% at a time Feedly Summary: Pingora handles 35M+ requests per second, so saving a few microseconds per request can translate to thousands of dollars saved on computing costs. In this post, we share how we freed up over 500…