Explore >> Select a destination


You are here

blog.burntsushi.net
| | blog.jle.im
27.9 parsecs away

Travel
| | Weblog of Justin Le, covering various adventures in programming and explorations in the worlds of computation physics, and knowledge.
| | blog.nelhage.com
21.7 parsecs away

Travel
| | Back in January of 2012, Russ Cox posted an excellent blog post detailing how Google Code Search had worked, using a trigram index. By that point, I'd already implemented early versions of my own livegrep source-code search engine, using a different indexing approach that I developed independently, with input from a few friends. This post is my long-overdue writeup of how it works. Suffix Arrays A suffix array is a data structure used for full-text search and other applications, primarily these days in the field of bioinformatics.
| | hanno.codes
23.8 parsecs away

Travel
| | Java 22 is here, and it's ready to rock! Boasting a set of 12 JEPs, it finalizes features like 'unnamed variables and patterns' and previews new ones like 'statements before super(...)' and 'stream gatherers'. This post has all the info!
| | v8.dev
130.7 parsecs away

Travel
| Top-level `await` is coming to JavaScript modules! Youll soon be able to use `await` without needing to be in an async function.