Programming Deadlock
رفتن به کانال در Telegram
Channel about programming: C, C++, Rust, Zig, Go, Type Theory, Compilers, Threading, Distributed Systems and more...
نمایش بیشتر1 790
مشترکین
+424 ساعت
+117 روز
+4330 روز
آرشیو پست ها
1 790
I know kung fu: learning STG by example
https://web.archive.org/web/20180303050346/https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/GeneratedCode
1 790
Writing an operating system kernel from scratch (Zig)
https://popovicu.com/posts/writing-an-operating-system-kernel-from-scratch/
1 790
Why Is Japan Still Investing In Custom Floating Point Accelerators?
https://www.nextplatform.com/2025/09/04/why-is-japan-still-investing-in-custom-floating-point-accelerators/
1 790
Ubuntu's Rust GNU Utils Replacement 17x Slower & Buggy
https://www.youtube.com/watch?v=kIEqpFI43no
1 790
Spineful tagless G-machine in assembly (amd64). Uses GNU assembler macros.
https://git.e-x-a.org/exa/uskel/src/branch/master
1 790
Untangling Lifetimes: The Arena Allocator (C)
https://www.rfleury.com/p/untangling-lifetimes-the-arena-allocator1 790
Object-oriented design patterns (C)
https://oshub.org/projects/retros-32/posts/object-oriented-design-patterns-in-osdev
1 790
Preserving Order in Concurrent Go Apps
https://destel.dev/blog/preserving-order-in-concurrent-go
1 790
shared_ptr<T>: the (not always) atomic reference counted smart pointer (C++)
https://snf.github.io/2019/02/13/shared-ptr-optimization/1 790
Memory Order: The Story Of Strongly Happens Before (C++)
https://nekrozqliphort.github.io/posts/happens-b4/