You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
> The program is not yet fully-optimized. There are still opportunities to improve the compute units consumption.
17
-
18
15
## Overview
19
16
20
17
This repository contains a **proof-of-concept** of a reimplementation of the SPL Token program, one of the most used programs on Solana, using [`pinocchio`](https://github.com/febo/pinocchio). The purpose is to have an implementation that optimizes the compute units, while being fully compatible with the original implementation — i.e., support the exact same instruction and account layouts as SPL Token, byte for byte.
@@ -23,27 +20,27 @@ This repository contains a **proof-of-concept** of a reimplementation of the SPL
23
20
24
21
| Instruction | Completed | CU (`p-token`) | CU (`spl-token`) |
0 commit comments