Tags

Select one or more tags to filter articles. By default, articles matching all selected tags are shown.

Select Tags (Multi-Select):

LLM speedrun: Architecture

Speedrun LLM architecture by reconstructing Qwen2.5-Coder-7B-Instruct model from scratch - first of three in the "LLM speedrun" series.

Value categories and copy elision

The goal of this article is to understand the nuances of value categories and copy elision (aka RVO/NRVO). A deeper understanding of how C++ handles variables will lead to better (and correct) use of const, lvalue and rvalue.