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
In the pursuit of CU optimization, I'm looking for any tricks. I'd like to implement solana_nostd_entrypoint to hopefully sidestep inefficiencies in the traditional entrypoint function from solana_program.
In the pursuit of CU optimization, I'm looking for any tricks. I'd like to implement
solana_nostd_entrypoint
to hopefully sidestep inefficiencies in the traditional entrypoint function fromsolana_program
.Here's the link: https://github.com/cavemanloverboy/solana-nostd-entrypoint/tree/main
The text was updated successfully, but these errors were encountered: