Tag: c++
-

Stringpool internals
How my string interning library works
-

lock_guard vs. unique_lock vs. scoped_lock
Rules of thumb for when to use each one
-

String interning in C++
Introducing stringpool
-

Detecting deadlocks with untangle
Accelerating diagnosis of a classic bug
-

Death tests refusing to run in parallel?
It’s a SIGTRAP!
-

Detecting deadlocks in a thread pool
“It ain’t over til it’s over.”
-

Intelligent waiting in a thread pool
No lifeguard on duty.
-

Designing a test methodology for a compiler frontend
A great use case for data-driven testing
-

Running unit tests in parallel with GoogleTest and CMake
An easy way to run your tests in parallel
-

What’s in a constructor?
Would initialization by any other method smell as sweet? Answer: No