Programming - programming
My own opinionated take on curated programming links.About
mods: tedu
Improving texture atlas allocation in WebRender
(nical.github.io)
in programming from tedu on 22 Jun 2024 20:33
comments (0)
in programming from tedu on 22 Jun 2024 20:33
comments (0)
How does a computer/calculator compute logarithms?
(zachartrand.github.io)
in programming from tedu on 22 Jun 2024 00:35
comments (0)
in programming from tedu on 22 Jun 2024 00:35
comments (0)
How We Improved the Performance of a Userspace TCP Stack in Go by 5X
(coder.com)
in programming from tedu on 06 Jun 2024 00:44
comments (0)
in programming from tedu on 06 Jun 2024 00:44
comments (0)
Rust 1.78: Performance Impact of the 128-bit Memory Alignment Fix
(codspeed.io)
in programming from tedu on 17 May 2024 17:11
comments (0)
in programming from tedu on 17 May 2024 17:11
comments (0)
An informal comparison of the three major implementations of std::string
(devblogs.microsoft.com)
in programming from tedu on 11 May 2024 00:58
comments (0)
in programming from tedu on 11 May 2024 00:58
comments (0)
Exploring the c4... compiler?
(registerspill.thorstenball.com)
in programming from tedu on 10 May 2024 22:14
comments (1)
in programming from tedu on 10 May 2024 22:14
comments (1)
Subroutine calls in the ancient world, before computers had stacks or heaps
(devblogs.microsoft.com)
in programming from tedu on 03 Apr 2024 20:01
comments (0)
in programming from tedu on 03 Apr 2024 20:01
comments (0)
Protecting paths in macro expansions by extending UTF-8
(nullprogram.com)
in programming from tedu on 11 Mar 2024 07:45
comments (0)
in programming from tedu on 11 Mar 2024 07:45
comments (0)
Nerdy internals of an Apple text editor
(papereditor.app)
in programming from tedu on 05 Mar 2024 23:28
comments (0)
in programming from tedu on 05 Mar 2024 23:28
comments (0)
the perils of pause(2)
(www.cipht.net)
in programming from tedu on 04 Mar 2024 05:32
comments (0)
in programming from tedu on 04 Mar 2024 05:32
comments (0)
The One Billion Row Challenge in Go: from 1m45s to 4s in nine solutions
(benhoyt.com)
in programming from tedu on 04 Mar 2024 05:14
comments (0)
in programming from tedu on 04 Mar 2024 05:14
comments (0)
How JIT Compilers are Implemented and Fast: Pypy, LuaJIT, Graal and More
(kipp.ly)
in programming from tedu on 30 Dec 2023 20:10
comments (0)
in programming from tedu on 30 Dec 2023 20:10
comments (0)
So you want custom allocator support in your C library
(nullprogram.com)
in programming from tedu on 19 Dec 2023 20:45
comments (0)
in programming from tedu on 19 Dec 2023 20:45
comments (0)
Maglev - V8’s Fastest Optimizing JIT
(v8.dev)
in programming from tedu on 08 Dec 2023 23:34
comments (0)
in programming from tedu on 08 Dec 2023 23:34
comments (0)
the last 5 years of V8's garbage collector
(wingolog.org)
in programming from tedu on 08 Dec 2023 04:04
comments (0)
in programming from tedu on 08 Dec 2023 04:04
comments (0)
Rust std fs slower than Python!? No, it's hardware!
(xuanwo.io)
in programming from tedu on 29 Nov 2023 21:31
comments (0)
in programming from tedu on 29 Nov 2023 21:31
comments (0)
Translations of a simple C program to Rust
(github.com)
in programming from tedu on 03 Nov 2023 17:21
comments (0)
in programming from tedu on 03 Nov 2023 17:21
comments (0)
Let's prototype a JavaScript JIT compiler!
(www.youtube.com)
in programming from tedu on 12 Oct 2023 03:18
comments (1)
in programming from tedu on 12 Oct 2023 03:18
comments (1)
Let’s Go into the rabbit hole (part 1) — the challenges of dynamically hooking Golang programs
(blog.quarkslab.com)
in programming from tedu on 04 Oct 2023 20:29
comments (0)
in programming from tedu on 04 Oct 2023 20:29
comments (0)
The Absolute Minimum Every Software Developer Must Know About Unicode
(tonsky.me)
in programming from stsp on 02 Oct 2023 10:49
comments (0)
in programming from stsp on 02 Oct 2023 10:49
comments (0)
How I got robbed of my first kernel contribution
(ariel-miculas.github.io)
in programming from tedu on 27 Sep 2023 21:48
comments (1)
in programming from tedu on 27 Sep 2023 21:48
comments (1)
Fixing a Memory Corruption Bug in Go
(totallygamerjet.hashnode.dev)
in programming from tedu on 23 Sep 2023 21:45
comments (1)
in programming from tedu on 23 Sep 2023 21:45
comments (1)
Maybe you don't need Rust and WASM to speed up your JS
(mrale.ph)
in programming from tedu on 21 Sep 2023 18:58
comments (0)
in programming from tedu on 21 Sep 2023 18:58
comments (0)
A freestanding JavaScript function that uses this is easily mistaken for a constructor
(devblogs.microsoft.com)
in programming from tedu on 08 Sep 2023 07:12
comments (0)
in programming from tedu on 08 Sep 2023 07:12
comments (0)
A Test Suite for the Intel 8088
(martypc.blogspot.com)
in programming from tedu on 06 Sep 2023 04:04
comments (0)
in programming from tedu on 06 Sep 2023 04:04
comments (0)
TOTP from scratch
(codingindex.xyz)
in programming from qbit on 05 Sep 2023 17:45
comments (0)
in programming from qbit on 05 Sep 2023 17:45
comments (0)
Writing a C compiler in 500 lines of Python
(vgel.me)
in programming from tedu on 05 Sep 2023 03:52
comments (0)
in programming from tedu on 05 Sep 2023 03:52
comments (0)
Baby's first wasm compiler
(www.scattered-thoughts.net)
in programming from tedu on 30 Aug 2023 05:40
comments (0)
in programming from tedu on 30 Aug 2023 05:40
comments (0)
Compiling Rust for .NET, using only tea and stubbornness!
(fractalfir.github.io)
in programming from tedu on 29 Aug 2023 23:23
comments (0)
in programming from tedu on 29 Aug 2023 23:23
comments (0)
How to link identical function names from different DLLs
(nullprogram.com)
in programming from tedu on 28 Aug 2023 06:26
comments (0)
in programming from tedu on 28 Aug 2023 06:26
comments (0)
FIFO queues are all you need for cache eviction
(blog.jasony.me)
in programming from tedu on 28 Aug 2023 05:00
comments (0)
in programming from tedu on 28 Aug 2023 05:00
comments (0)
C/C++ performance pitfall: int8_t, aliasing and the ways out
(gist.github.com)
in programming from tedu on 23 Aug 2023 20:05
comments (0)
in programming from tedu on 23 Aug 2023 20:05
comments (0)
The first conformant M1 GPU driver
(rosenzweig.io)
in programming from tedu on 22 Aug 2023 17:36
comments (0)
in programming from tedu on 22 Aug 2023 17:36
comments (0)
Decimal to fraction
(leancrew.com)
in programming from tedu on 15 Aug 2023 20:52
comments (0)
in programming from tedu on 15 Aug 2023 20:52
comments (0)
Emulating x86 on x64 on aarch64
(neugierig.org)
in programming from tedu on 14 Aug 2023 22:33
comments (0)
in programming from tedu on 14 Aug 2023 22:33
comments (0)
I built a garbage collector for a language that doesn't need one
(claytonwramsey.github.io)
in programming from tedu on 14 Aug 2023 16:42
comments (0)
in programming from tedu on 14 Aug 2023 16:42
comments (0)
Unwinding the stack the hard way
(lesenechal.fr)
in programming from tedu on 14 Aug 2023 05:36
comments (0)
in programming from tedu on 14 Aug 2023 05:36
comments (0)
Rewriting wipEout
(phoboslab.org)
in programming from tedu on 13 Aug 2023 17:41
comments (0)
in programming from tedu on 13 Aug 2023 17:41
comments (0)
Tetris, but the blocks are ARM instructions that execute in the browser
(ofrak.com)
in programming from tedu on 11 Aug 2023 18:27
comments (0)
in programming from tedu on 11 Aug 2023 18:27
comments (0)
Fastest Branchless Binary Search
(mhdm.dev)
in programming from tedu on 11 Aug 2023 18:09
comments (1)
in programming from tedu on 11 Aug 2023 18:09
comments (1)
This Code Smells of Desperation
(www.os2museum.com)
in programming from tedu on 06 Aug 2023 18:06
comments (0)
in programming from tedu on 06 Aug 2023 18:06
comments (0)
"Once" one-time concurrent initialization with an integer
(nullprogram.com)
in programming from tedu on 01 Aug 2023 03:51
comments (0)
in programming from tedu on 01 Aug 2023 03:51
comments (0)
Mergesort For Linked Lists (2017)
(www.chiark.greenend.org.uk)
in programming from tedu on 01 Aug 2023 03:50
comments (0)
in programming from tedu on 01 Aug 2023 03:50
comments (0)
The Worst API Ever Made (2014)
(caseymuratori.com)
in programming from tedu on 01 Aug 2023 03:49
comments (0)
in programming from tedu on 01 Aug 2023 03:49
comments (0)
There Is No Thread (2013)
(blog.stephencleary.com)
in programming from tedu on 01 Aug 2023 03:46
comments (0)
in programming from tedu on 01 Aug 2023 03:46
comments (0)