algorithm-optimization

Tag

Cards List
#algorithm-optimization

Optimizing an Algorithm That’s Quadratic by Design

Lobsters Hottest · 2026-07-01 Cached

This article details the optimization of WhatChord's ranking algorithm, which uses a non-transitive comparator and linearization to handle cyclic preferences, achieving efficient chord name ranking despite the algorithm's quadratic design.

0 favorites 0 likes
#algorithm-optimization

Does bulk memmove speed up std::remove_if? (No.)

Lobsters Hottest · 2026-05-24 Cached

The article explores whether using bulk memmove in std::remove_if can improve performance over the traditional per-element move, and finds that it does not, due to overhead from bookkeeping and memmove's overlap check.

0 favorites 0 likes
#algorithm-optimization

AlphaEvolve: Gemini-powered coding agent scaling impact across fields

Hacker News Top · 2026-05-07 Cached

DeepMind highlights the expanded impact of AlphaEvolve, a Gemini-powered coding agent, demonstrating its ability to optimize algorithms for genomics, grid optimization, earth sciences, quantum physics, and mathematics.

0 favorites 0 likes
← Back to home

Submit Feedback