30 Mar 25

Guide on how to use io_uring on Linux

by simjnd 10 months ago saved 2 times
Tags:

How green threads work, and how to implement them from scratch

by simjnd 10 months ago

Dive into CRDTs and optimizations

by simjnd 10 months ago

Python developer discusses Go’s go statements and presents his library for structured concurrency

by simjnd 10 months ago

Brief introduction to 14 approaches to memory safety (Borrow checking, Garbage collection, and more exotic ones) by the creator of Vale.

by simjnd 10 months ago

Extremely simple tool for service management on Unix

by simjnd 10 months ago

The pros and cons of Zig-style “C++ template” generics.

by simjnd 10 months ago

A collection of blog posts from Jordan Rose on his regrets while designing the Swift programming language at Apple. I’ve never used Swift, but it’s valuable insight into programming language design.

by simjnd 10 months ago

I want to read more about Succint Data Structures and Rank/Select Bitmaps are the basis of it all. This paper talks about a more efficient version of it.

by simjnd 10 months ago

Had my little foray into spaced repetition while making my flashcards app. Interesting take on adapting a popular algorithm.

by simjnd 10 months ago
Tags:

Excellent absolutely ancient blog post by the creater of the Sokol library about using arrays and indexes instead of individual memory allocations and direct pointer handling.

by simjnd 10 months ago saved 3 times
Tags: