From 02da03d518355b2a64d6442cf4b276f7b2e230e5 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Fri, 20 Dec 2024 22:35:23 +0100 Subject: [PATCH] Fix. --- blog/2024-12-20-most-used-tokens.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2024-12-20-most-used-tokens.md b/blog/2024-12-20-most-used-tokens.md index 528086a..47af4ed 100644 --- a/blog/2024-12-20-most-used-tokens.md +++ b/blog/2024-12-20-most-used-tokens.md @@ -128,9 +128,9 @@ where I am again supposing that this is not because of its use as a variable name. We can also answer more exotic questions. For example, the longest -variable name at 49 letters is +variable name at 37 letters is [`flux_contribution_nb_density_energy_z`](https://github.com/diku-dk/futhark-benchmarks/blob/7d97653fae46657406b686092545240d6bf58910/rodinia/cfd/cfd.fut#L162). -The average length of a variable name is 16, and the median is 15. A +The average length of a variable name is 4, and the median is 3. A total of 13151 number literals are used, but only 963 distinct ones (ignoring syntactic differences), with the five most common being `0`, `1`, `2`, `1.0`, and `0.0`. The constant `255` is also pretty common,