es
Feedback
Programming Deadlock

Programming Deadlock

Ir al canal en Telegram

Channel about programming: C, C++, Rust, Zig, Go, Type Theory, Compilers, Threading, Distributed Systems and more...

Mostrar más
1 791
Suscriptores
+124 horas
+107 días
+4330 días
Archivo de publicaciones
Anti-unification and Generalization: A Survey https://arxiv.org/pdf/2302.00277

HyperLogLog is an algorithm for the count-distinct problem, approximating the number of distinct elements in a multiset. https://en.wikipedia.org/wiki/HyperLogLog

Cloud virtualization: Red Hat, AWS Firecracker, and Ubicloud internals https://www.ubicloud.com/blog/cloud-virtualization-red-hat-aws-firecracker-and-ubicloud-internals

A WebAssembly compiler that fits in a tweet https://wasmgroundup.com/blog/wasm-compiler-in-a-tweet/

Examples of quick hash tables and dynamic arrays in C https://nullprogram.com/blog/2025/01/19/

Reverse Engineering Call Of Duty Anti-Cheat https://ssno.cc/posts/reversing-tac-1-4-2025/

A garden of small programming language implementations 🪴 https://github.com/brendanzab/language-garden

A minimalistic implementation of Refal (in Rust). https://github.com/ilya-klyuchnikov/refal

How I think about Zig and Rust https://lewiscampbell.tech/blog/250117.html

Software transactional memory

Async Rust is about concurrency, not (just) performance https://kobzol.github.io/rust/2025/01/15/async-rust-is-about-concurrency.html

Understanding Memory Management, Part 1: C https://educatedguesswork.org/posts/memory-management-1/

David A. Wheeler's Review of Debugging by David J. Agans https://dwheeler.com/essays/debugging-agans.html

Advanced Topics in Types and Programming Languages: Typed Operational Reasoning (Chapter 7)

Doom source port that runs inside a PDF file https://github.com/ading2210/doompdf?tab=readme-ov-file

Compilers: Principles, Techniques, and Tools https://suif.stanford.edu/dragonbook/