Structures in C: From Basics to Memory Alignment
https://abstractexpr.com/2023/06/29/structures-in-c-from-basics-to-memory-alignment/
https://abstractexpr.com/2023/06/29/structures-in-c-from-basics-to-memory-alignment/
Abstract Expression
Structures in C: From Basics to Memory Alignment
Structures allow us to combine several variables to create a new data type. Some other languages support the same concept but call it “records”. If you come from object-oriented program…
👍5
Few lesser known tricks, quirks and features of C
https://jorengarenar.github.io/blog/less-known-c
https://jorengarenar.github.io/blog/less-known-c
jorengarenar.github.io
Few lesser known tricks, quirks and features of C
🔥3
A Monadic Framework for Delimited Continuations
https://legacy.cs.indiana.edu/~dyb/pubs/monadicDC.pdf
https://legacy.cs.indiana.edu/~dyb/pubs/monadicDC.pdf
Problems of C, and how Zig addresses them
https://avestura.dev/blog/problems-of-c-and-how-zig-addresses-them
https://avestura.dev/blog/problems-of-c-and-how-zig-addresses-them
Avestura's Blog
Problems of C, and how Zig addresses them
What are the problems of C, and how Zig addresses them?
💯2
MIR: A lightweight JIT compiler projecthttps://developers.redhat.com/blog/2020/01/20/mir-a-lightweight-jit-compiler-project
Red Hat Developer
MIR: A lightweight JIT compiler project | Red Hat Developer
For the past three years, I've been participating in adding just-in-time compilation (JIT) to CRuby. Now, CRuby has the method-based just-in-time compiler (MJIT), which improves performance for
❤3
meta-typing: Functions and algorithms implemented purely with TypeScript's type systemhttps://github.com/ronami/meta-typing
GitHub
GitHub - ronami/meta-typing: 📚 Functions and algorithms implemented purely with TypeScript's type system
📚 Functions and algorithms implemented purely with TypeScript's type system - ronami/meta-typing
💩3👍1
System Design Course
https://github.com/karanpratapsingh/system-design
https://github.com/karanpratapsingh/system-design
GitHub
GitHub - karanpratapsingh/system-design: Learn how to design systems at scale and prepare for system design interviews
Learn how to design systems at scale and prepare for system design interviews - karanpratapsingh/system-design
👍2
A list of compilers that can generate C code
https://github.com/dbohdan/compilers-targeting-c
https://github.com/dbohdan/compilers-targeting-c
GitHub
GitHub - dbohdan/compilers-targeting-c: A list of compilers that can generate C code
A list of compilers that can generate C code. Contribute to dbohdan/compilers-targeting-c development by creating an account on GitHub.
Energy Efficiency across Programming Languages
http://greenlab.di.uminho.pt/wp-content/uploads/2017/10/sleFinal.pdf
http://greenlab.di.uminho.pt/wp-content/uploads/2017/10/sleFinal.pdf
🤮4👍1
PLDI'23 Main Track - Analysis and Optimizations
https://www.youtube.com/live/F3z39M0gdJU?feature=share
https://www.youtube.com/live/F3z39M0gdJU?feature=share
YouTube
PLDI'23 Main Track - Analysis and Optimizations - Tuesday - Cypress2
The History of the Development of the C Language
https://www.bell-labs.com/usr/dmr/www/chist.html
https://www.bell-labs.com/usr/dmr/www/chist.html
❤1
Writing Safer C Code
https://github.com/Cyan4973/Writing_Safer_C_code
https://github.com/Cyan4973/Writing_Safer_C_code
GitHub
GitHub - Cyan4973/Writing_Safer_C_code: Collection of articles on good practices and tools to improve C code quality
Collection of articles on good practices and tools to improve C code quality - Cyan4973/Writing_Safer_C_code
Vale's First Prototype for Immutable Region Borrowing
https://verdagon.dev/blog/first-regions-prototype
https://verdagon.dev/blog/first-regions-prototype
🔥1
floatzone_sec23.pdf
1.7 MB
FloatZone: Accelerating Memory Error Detection Using the Floating Point UnitOn Maximizing Your Rust Code's Performance
https://jbecker.dev/research/on-writing-performant-rust
https://jbecker.dev/research/on-writing-performant-rust
jbecker.dev
On Maximizing Your Rust Code's Performance | Jonathan Becker
Fixing Memory Leaks in Rust
https://onesignal.com/blog/solving-memory-leaks-in-rust/
https://onesignal.com/blog/solving-memory-leaks-in-rust/
Customer Engagement Blog
Fixing Memory Leaks in Rust
Memory leakage in Rust is completely safe...until you run out and it results in your program being killed by the kernel. Learn how we solved this issue to eliminate memory leaks.
Patching GCC to build Actually Portable Executables (Cosmopolitan)
https://ahgamut.github.io/2023/07/13/patching-gcc-cosmo/
https://ahgamut.github.io/2023/07/13/patching-gcc-cosmo/
ahgamut.github.io
Patching GCC to build Actually Portable Executables | Blog Needs a Name
Gautham's Blog