Diving thru Solana's syscalls..I finally "get" why we do &[&[&[u8]]] in Rust for CPI signer seeds - &[u8] -> an individual seed - &[&[u8]] -> slice of seeds for one signer - &[&[&[u8]]] -> slice of signers
If you are building high-performance web applications in Go, you'll eventually encounter situations where frequent memory allocations become a bottleneck. This is where sync.Pool comes in as a powerful tool for reusing temporary objects and reducing GC pressure. A sync.Pool…
Why &[&[&[u8]]]? Actually, the first &[] is superfluous. The next two &[&[u8]] are because sol_sha256 takes in a reference to an array of references to byte slices, and sol_invoke_signed_c is essentially the same API because PDA signing is just sha256 hashing under the hood.
Solana Pinocchio starter - a repo for ppl who want to dive into developing programs with Pinocchio 1. Comes with mollusk tests 2. Load any programs u want from the elf invoke them using mollusk 3. Saves CUs 4. No std 5. Client generation coming up soon github.com/Nagaprasadvr/s…
A Go demo for streaming large files between microservices using chunked transfers, compression, and resumability. { author: @DialaEke } #DEVCommunity #GoLang dev.to/dialaeke/strea…
gRPC in Go? This is the most comprehensive basic guide, covering RPC types, interceptors, headers, trailers, and more: victoriametrics.com/blog/go-grpc-b…
I've built Solana onchain programs for over 4 years. The 2 biggest engineering mistakes I see are: • Over optimizing early • Not following basic startup best practices. Here's a breakdown of 6 free tactics I used to get many programs to perform (1/ will *blow* your mind).
Don't miss the @monad_xyz airdrop! Mint your first NFT to get started 👇 🔗 - app.mvhq.io/missions/monad…
#Multirepo vs #Monorepos for Microservices releases semaphoreci.medium.com/release-manage…
United States Trends
- 1. #FanCashDropPromotion 2,668 posts
- 2. hayley 14.1K posts
- 3. Wale 40.3K posts
- 4. Summer Walker 30.3K posts
- 5. Rondo 2,152 posts
- 6. #FridayVibes 6,204 posts
- 7. Reid Hoffman 21K posts
- 8. Bill Clinton 75.9K posts
- 9. #FursuitFriday 12.7K posts
- 10. Bubba 14.6K posts
- 11. Good Friday 65.3K posts
- 12. #FinallyOverIt 10.2K posts
- 13. Thomas Crooks 48.6K posts
- 14. Hunter Biden 10.5K posts
- 15. #LCxCODSweepstakes N/A
- 16. Ticketmaster 7,880 posts
- 17. Saylor 51.8K posts
- 18. Go Girl 26K posts
- 19. SINGSA LATAI EP3 147K posts
- 20. Meek 6,858 posts
Something went wrong.
Something went wrong.