From: alexpdp7 Date: Wed, 9 Oct 2024 10:13:24 +0000 (+0000) Subject: Add ostrich algorithm X-Git-Tag: 20241020-emacs~19 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=784d5f3879d963402820de35f4b93c90982d9ba3;p=alex.git Add ostrich algorithm --- diff --git a/INTERESTING_ARTICLES.org b/INTERESTING_ARTICLES.org index 1deb4a5..efcf908 100644 --- a/INTERESTING_ARTICLES.org +++ b/INTERESTING_ARTICLES.org @@ -7,6 +7,7 @@ - [[https://mikehadlow.blogspot.com/2012/05/configuration-complexity-clock.html][The Configuration Complexity Clock]] Programming languages, configuration files, DSLs for configuration - [[https://olano.dev/2023-11-30-code-is-run-more-than-read/][Code is run more than read]] A unified theory of broken software - [[https://www.teamten.com/lawrence/writings/java-for-everything.html][Java for Everything]] The advantages of focusing on a single language and how performance and static typing are helpful. +- [[https://en.wikipedia.org/wiki/Ostrich_algorithm][Ostrich algorithm]] ** Testing