From 230ff50c8b993f59d13914f6c1bc70e4abc8e826 Mon Sep 17 00:00:00 2001 From: febo Date: Mon, 21 Oct 2024 10:09:44 +0100 Subject: [PATCH] Update pinocchio results --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e24ec62..10a01ac 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,8 @@ lets the VM assume it worked. | Rust | 464 | | Zig | 43 | | C | 103 | -| Rust (pinocchio) | 51 | | Assembly | 22 | +| Rust (pinocchio) | 20 | This one starts to get interesting since it requires parsing the instruction input. Since the assembly version knows exactly where to find everything, it can @@ -183,4 +183,4 @@ the address and `invoke_signed` to CPI to the system program. | Rust | 3662 | | Zig | 2825 | | C | 3122 | -| Rust (pinocchio) | 2900 | +| Rust (pinocchio) | 2815 |