The Solana Foundation's latest proposal, SIMD-0266, plans to introduce p-tokens as an efficient alternative to the current SPLToken program. This optimized version can reduce the computing unit usage of the token program by up to 98% through zero-heap allocation and zero-copy data access technology, and is expected to free up about 12% of the block space for other transactions. The p-token is fully backward compatible, and users can directly replace it without modifying the code. The new Batch a...
Solana基金会最新提案SIMD-0266计划推出p-token,作为当前SPLToken程序的高效替代方案。该优化版本通过零堆分配和零拷贝数据访问技术,可将Token程序的计算单元使用率降低高达98%,预计将释放约12%的区块空间用于其他交易。p-token完全向后兼容,用户无需修改代码即可直接替换。新增的Batch和UnwrapLamports指令进一步优化了DeFi常见操作流程。Neodyme已完成审计,确认p-...