DEV Community

C++

Official tag for the C++ programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
SHIFT: The Third Time I Tried Convergence

SHIFT: The Third Time I Tried Convergence

Comments
5 min read
Building a 3D engine from scratch with C++ and Vulkan for web developers Part I: Bootstrapping Vulkan

Building a 3D engine from scratch with C++ and Vulkan for web developers Part I: Bootstrapping Vulkan

3
Comments 1
18 min read
Why Your Binary Protocol Should Care About CPU Cache Lines

Why Your Binary Protocol Should Care About CPU Cache Lines

Comments
3 min read
Building a 3D engine from scratch with C++ and Vulkan for web developers Part II: Rendering your first triangle

Building a 3D engine from scratch with C++ and Vulkan for web developers Part II: Rendering your first triangle

Comments
22 min read
🚀 Bypassing the Python GIL: How I Processed 10M Rows in 0.26s with C

🚀 Bypassing the Python GIL: How I Processed 10M Rows in 0.26s with C

1
Comments
2 min read
We Wrote a Compiler in the Language It Compiles. It Works.

We Wrote a Compiler in the Language It Compiles. It Works.

1
Comments 4
5 min read
What the futex? A linux concurrency fundamental

What the futex? A linux concurrency fundamental

8
Comments 2
5 min read
From Sockets to Server: What I Learned Building My Own Web Server

From Sockets to Server: What I Learned Building My Own Web Server

1
Comments
6 min read
Silent foe or quiet ally: Brief guide to alignment in C++. Part 3

Silent foe or quiet ally: Brief guide to alignment in C++. Part 3

1
Comments
25 min read
I got tired of Android MTP hanging, so I bypassed it with a C++ daemon and Rust.

I got tired of Android MTP hanging, so I bypassed it with a C++ daemon and Rust.

2
Comments
5 min read
I Replaced Arrays of Objects with One ArrayBuffer - React Native Became 200x Faster

I Replaced Arrays of Objects with One ArrayBuffer - React Native Became 200x Faster

Comments
4 min read
Reading Algorithms Like an Engineer: What DiskANN Taught Me About Pseudocode

Reading Algorithms Like an Engineer: What DiskANN Taught Me About Pseudocode

1
Comments
2 min read
How I Made My Vector Search Engine 16x Faster Without Changing the Algorithm

How I Made My Vector Search Engine 16x Faster Without Changing the Algorithm

1
Comments
2 min read
Why You Should Never Use std::unordered_set in Hot C++ Loops

Why You Should Never Use std::unordered_set in Hot C++ Loops

1
Comments
2 min read
Compile-Time Sorting in C++ With Templates: Why Heapsort Falls Apart

Compile-Time Sorting in C++ With Templates: Why Heapsort Falls Apart

Comments
4 min read
👋 Sign in for the ability to sort posts by relevant, latest, or top.