orca-so / orca-sdks

Open-sourced typescript SDKs for Orca
MIT License
43 stars 10 forks source link

[token SDK] Remove unnecessary bs58 encoding #77

Closed matt-allan closed 3 months ago

matt-allan commented 3 months ago

The bs58 encoding is CPU intensive. We can skip the repeated encoding since everything within the function needs the encoded value anyway.

Here's a bottom up callgraph showing the overhead:

Screenshot 2024-03-20 at 10 51 42 AM