Links list - 2025-09-19
andreabergia.com·21h

Published Friday, Sep 19, 2025 - 601 words, 3 minutes

Tagged:

Hello, and welcome to a new issue of Links list! More non-technical links than usual this time.

Modern sort algorithms Link to heading

A very interesting comparison between very data-tailored sort algorithm versus modern generic ones. Spoiler: it’s almost never worth writing a specific radix-sort, because generic sorts are amazing and tuned so carefully.

V8 making JSON.stringify faster Link to heading

A very interesting blog post from the V8 team on how JSON.stringify was made about twice as fast. The craziest thing to me was that adding a fast-json-iterable flag on the hidden classes of objects was worth it!

Modern approach to front…

Similar Posts

Loading similar posts...