uz
Feedback
Programming Deadlock

Programming Deadlock

Kanalga Telegram’da o‘tish

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

Ko'proq ko'rsatish
1 791
Obunachilar
+124 soatlar
+107 kunlar
+4230 kunlar
Postlar arxiv
Writing an operating system kernel from scratch (Zig) https://popovicu.com/posts/writing-an-operating-system-kernel-from-scratch/

Writing a Operating System in 1000 Lines of Code https://1000os.seiya.me/en/

Writing a hypervisor in 1000 Lines of Code https://1000hv.seiya.me/en/

A work-in-progress garbage collector for Guile https://github.com/wingo/whippet

Ubuntu's Rust GNU Utils Replacement 17x Slower & Buggy https://www.youtube.com/watch?v=kIEqpFI43no

Compilers: Incrementally and Extensibly https://okmij.org/ftp/tagless-final/Compiler/

FFglitch: FFmpeg fork for glitch art https://ffglitch.org/gallery/

Writing a C compiler in 500 lines of Python https://vgel.me/posts/c500/

Spineful tagless G-machine in assembly (amd64). Uses GNU assembler macros. https://git.e-x-a.org/exa/uskel/src/branch/master

Untangling Lifetimes: The Arena Allocator (C) https://www.rfleury.com/p/untangling-lifetimes-the-arena-allocator

Making Minecraft Spherical (C#) https://www.bowerbyte.com/posts/blocky-planet/

Object-oriented design patterns in the Kernel (C) https://lwn.net/Articles/444910/

Preserving Order in Concurrent Go Apps https://destel.dev/blog/preserving-order-in-concurrent-go

shared_ptr<T>: the (not always) atomic reference counted smart pointer (C++) https://snf.github.io/2019/02/13/shared-ptr-optimization/

Memory Order: The Story Of Strongly Happens Before (C++) https://nekrozqliphort.github.io/posts/happens-b4/