Skip to content

Commit c24c3da

Browse files
Release devirtualization and static polymorphism post
1 parent a827d30 commit c24c3da

20 files changed

+40
-38
lines changed

Content.org

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,8 @@ That's it! The class ~Any~ is a simplified version of
12481248
~std::any~,[fn:24] which is even used in the STL itself (namely, in
12491249
~std::function~). But that's for another post.
12501250

1251-
* WAIT [#B] Devirtualization and Static Polymorphism
1251+
* DONE [#B] Devirtualization and Static Polymorphism
1252+
CLOSED: [2026-02-25 Wed 09:45]
12521253
:PROPERTIES:
12531254
:EXPORT_FILE_NAME: devirtualization-and-static-polymorphism
12541255
:END:

content/posts/devirtualization-and-static-polymorphism.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
+++
22
title = "Devirtualization and Static Polymorphism"
33
author = ["David Álvarez Rosa"]
4+
date = 2026-02-25T09:45:00+00:00
45
tags = ["pers", "blog"]
5-
draft = true
6+
draft = false
67
+++
78

89
Ever wondered why your "clean" polymorphic design underperforms in
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)