Compiler Options Hardening Guide for C and C++
https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.html
https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.html
OpenSSF Best Practices Working Group
Compiler Options Hardening Guide for C and C++
The Best Practices for OSS Developers working group is dedicated to raising awareness and education of secure code best practices for open source developers.
โค7๐คฏ1
C++ Standard Evolution Viewer: interactive way to explore changes in the C++ standard by viewing side-by-side diffs of individual sectionshttps://cppevo.dev/
๐ฅ2๐ฟ2๐1๐ฆ1
Event Driven Flows in C++
https://akrzemi1.wordpress.com/2025/11/16/event-driven-flows/
https://akrzemi1.wordpress.com/2025/11/16/event-driven-flows/
Andrzej's C++ blog
Event-driven flows
This post is in response to two claims about coroutines: Their reference function parameters may become dangling too easily. They are indistinguishable from regular functions from the declaration aโฆ
๐ฟ5
Exploring x86 ASM: Building my own malloc and freehttps://sayujya-apte.github.io/posts/exploring_x86asm_part1/
sayujya-apte.github.io
Exploring x86 ASM : Building my own malloc and free | Sayujya Apte
Implementing memory management at the lowest level using Linux syscalls
๐2
C++ Conference Videos (November 2025)
https://www.reddit.com/r/cpp/comments/1ozm8yv/new_c_conference_videos_released_this_month/
https://www.reddit.com/r/cpp/comments/1ozm8yv/new_c_conference_videos_released_this_month/
Reddit
From the cpp community on Reddit: New C++ Conference Videos Released This Month - November 2025 (Updated To Include Videos Releasedโฆ
Explore this post and more from the cpp community
Memory is slow, Disk is fast (C)
https://www.bitflux.ai/blog/memory-is-slow-part2/
https://www.bitflux.ai/blog/memory-is-slow-part2/
๐คฏ6๐ฏ4๐ฅด3๐1
MinCaml.pdf
157.8 KB
MinCaml: A Simple and Efficient Compiler for a Minimal Functional Language
https://esumii.github.io/min-caml/paper.pdf
https://esumii.github.io/min-caml/paper.pdf
๐ฅ2โค1
hyperfunctions.pdf
910.2 KB
Hyperfunctions: Communicating Continuations
https://doisinkidney.com/pdfs/hyperfunctions.pdf
https://doisinkidney.com/pdfs/hyperfunctions.pdf
๐คฏ1๐ญ1
The Arena: Custom Memory Allocators in Chttps://www.bytesbeneath.com/p/the-arena-custom-memory-allocators
Bytesbeneath
The Arena - Custom Memory Allocators in C
Easy, Flexible Memory Management
๐ฟ6๐2
NL.pdf
2.4 MB
๐พ1
Writing Your Own Memory Allocators in C++
https://screwjankgames.github.io/engine%20programming/2020/09/24/writing-your-own-memory-allocators.html
https://screwjankgames.github.io/engine%20programming/2020/09/24/writing-your-own-memory-allocators.html
Screwjank Games
Writing Your Own Memory Allocators in C++
Iโve recently started working on a new game engine and, since I have no restraint, task zero was writing custom memory allocators. C++โs built in malloc() and new are great tools for getting a hold of raw memory, but they donโt leave any room for customizationโฆ
๐ฅ2๐1
Rethinking C++: Architecture, Concepts, and Responsibilityhttps://blogs.embarcadero.com/rethinking-c-architecture-concepts-and-responsibility/
Embarcadero RAD Studio, Delphi, & C++Builder Blogs
Rethinking C++: Architecture, Concepts, and Responsibility
๐5๐ฑ1
How Google Does It: Building the largest known Kubernetes cluster, with 130,000 nodeshttps://cloud.google.com/blog/products/containers-kubernetes/how-we-built-a-130000-node-gke-cluster/
Google Cloud Blog
How we built a 130,000-node GKE cluster | Google Cloud Blog
Learn about the architectural innovations we used to build a 130,000-node Kubernetes cluster, and the trends driving demand for these environments.
๐คฏ3
MetaFun: Compile Haskell-like code to C++ template metaprogramshttps://gergo.erdi.hu/projects/metafun/
๐ฟ6๐ฆ4๐2๐คฏ2
Supercompiling Java Programs
https://www.goertzel.org/papers/SupercompilingJavaMay2002.htm
https://www.goertzel.org/papers/SupercompilingJavaMay2002.htm
๐ฅ2
Practical Security in Production: Hardening the C++ Standard Library at massive scalehttps://queue.acm.org/detail.cfm?id=3773097
๐ฅ1๐ญ1
gcc.gnu.org
GNAT Reference Manual ยถ
Next: About This Guide [Contents][Index]
๐ฟ4โค2๐ฆ1๐1