-
June 16, 2023
Compiler optimizations can be misleading
-
June 15, 2023
Profile apps running inside Docker
-
June 4, 2023
Rust tip and trick — 2
-
May 20, 2023
Struggle with Rust compiler —lifetime of dyn 1
-
May 20, 2023
Design patterns — strategy
-
May 4, 2023
Smart pointers can crash your app
-
May 1, 2023
Why C/C++ programs are vulnerable
-
April 30, 2023
NSA asks not to program in C/C++
-
April 17, 2023
Speed up OpenMP — remove unnecessary synchro
-
April 14, 2023
OpenMP — section vs task
-
April 12, 2023
Speed up C++ — false sharing
-
April 11, 2023
Speed up C++ — parallelize part 1
-
April 7, 2023
Speed up GPT2 — tokenizer
-
April 7, 2023
Getting started with DiskANN
-
April 5, 2023
Speed up BERT — Tokenizer
-
March 25, 2023
Algorithm — Friend or Foe
-
March 18, 2023
Curse of Dimensionality in Vector Search
-
March 5, 2023
Speed up C++ — use Python..?
-
March 2, 2023
Speed up C++ — more is less
-
February 25, 2023
Cost of Dynamic Allocation