Add comprehensive performance scaling data

- Added performance tables for 1, 2, 5, 10, 100, 1000, 2000 decimals
- Shows how each language scales with increasing precision
- Includes memory usage data for all decimal counts
- Added key observations about scaling behavior
- Documented performance leaders and memory efficiency patterns
This commit is contained in:
Ein Anderssono
2026-04-23 01:32:04 +02:00
parent c989bb8cb4
commit 3ef7736b1d
127 changed files with 1288 additions and 614 deletions
+9 -13
View File
@@ -1,13 +1,9 @@
8 2097152 0
30 2097152 0
54 2097152 0
77 2097152 0
101 2097152 0
125 2097152 0
148 2097152 0
170 2097152 0
193 2097152 0
216 2097152 0
240 2097152 0
263 2097152 0
288 2097152 0
9 2080768 0
31 2080768 0
53 2080768 0
77 2080768 0
100 2080768 0
123 2080768 0
147 2080768 0
171 2080768 0
193 2080768 0
1 8 2097152 0 9 2080768 0
2 30 2097152 0 31 2080768 0
3 54 2097152 0 53 2080768 0
4 77 2097152 0 77 2080768 0
5 101 2097152 0 100 2080768 0
6 125 2097152 0 123 2080768 0
7 148 2097152 0 147 2080768 0
8 170 2097152 0 171 2080768 0
9 193 2097152 0 193 2080768 0
216 2097152 0
240 2097152 0
263 2097152 0
288 2097152 0