Garbage Collection in Go: From Reference Counting to Tri-Color to Green Tea
dev.to·4d·
Discuss: r/golang
🔗Weak References
Scheme Macros IX: Algebraic Data Types
blog.veitheller.de·8h
🔧Scheme Macros
Ever copy code and watch it fail for no reason? I made a scrubber for that 🧽
codecleanse.us·19h·
Discuss: r/programming
Code Formatters
Solving LeetCode's "Add Two Numbers" Iteratively and Recursively - Part 1
leetcode.com·1d·
Discuss: DEV
🪢Rope Data Structures
Safepoints and Fil-C
fil-c.org·8h·
Discuss: Hacker News
🎯Ring Buffers
Generational Shenandoah in Java 25
theperfparlor.com·1d
🗑️Concurrent GC
Semantic Dictionary Encoding
falvotech.com·22h·
Discuss: Hacker News
🗂️Type Indexing
Be Careful When Assigning ArenaAllocators (2024)
openmymind.net·12h·
🏗️Custom Allocators
Feedback on my first library
reddit.com·17h·
Discuss: r/rust
🚂Cranelift Backend
Topological Sort: Managing Mutable Structures in Haskell
mmhaskell.com·1d
🪢Rope Data Structures
Machine Scheduler in LLVM
myhsu.xyz·5h·
Discuss: Hacker News
📅Instruction Scheduling
A (Nearly) Branchless RESP Request Parser
kevinmontrose.com·1d
🔧Error Recovery
Combating headcrabs in the Source SDK codebase
dev.to·36m·
Discuss: DEV
🦀MIR Optimization
StringWa.rs on GPUs: Databases & Bioinformatics 🦠
ashvardanian.com·17h·
🚀Tokenizer Performance
Ask HN: How can I test FTS5 engine in SQLite3?
news.ycombinator.com·3h·
Discuss: Hacker News
Performance
A Slotted Hash Cons for Alpha Invariance
philipzucker.com·18h·
Discuss: Hacker News
🔗Lexical Scoping
Fuzzy Logic: Cleaning Floppy Disk with our Conservation Department — Part One
digitalpreservation-blog.lib.cam.ac.uk·1h
🗺️Memory Mapping
Is Recursion in LLMs a Path to Efficiency and Quality?
pub.towardsai.net·12h
🪜Recursive Descent
How to implement the Outbox pattern in Go and Postgres
packagemain.tech·4h·
📮Message Queues
Python Multiprocessing: Start Methods, Pools, and Communication
dev.to·1d·
Discuss: DEV
🔗Concurrency Primitives