Add Sui CLMM tick_math & bit_math Tutorial#10
Open
StarryDeserts wants to merge 1 commit intohoh-zone:mainfrom
Open
Add Sui CLMM tick_math & bit_math Tutorial#10StarryDeserts wants to merge 1 commit intohoh-zone:mainfrom
StarryDeserts wants to merge 1 commit intohoh-zone:mainfrom
Conversation
StarryDeserts
commented
Jun 27, 2025
- tick_math中的确定性艺术(上)——从Tick到Price的幂运算魔法
- 深入解析CLMM价格刻度(Tick)系统的数学基础
- 详细阐述二进制分解(Binary Decomposition)算法原理
- 揭示get_sqrt_price_at_positive_tick的双精度魔法:Q32.96高精度计算格式
- 分析get_sqrt_price_at_negative_tick的直接计算法优化策略
- 介绍定点数算术(Fixed-Point Arithmetic)在智能合约中的应用
- tick_math中的确定性艺术(下)——反向计算Tick的对数魔法
- 解决从sqrt_price到tick的反向计算挑战
- 运用对数换底公式将复杂对数运算转化为二进制对数计算
- 详解get_tick_at_sqrt_price函数的三步炼金术
- 分析MSB(最高有效位)快速定位算法
- 探讨定点数格式转换的工程实践
- 位图寻踪的罗盘:深入bit_math的二进制搜索
- 解析位操作算法在DeFi协议中的关键作用
- 介绍BitMap算法的核心思想与海量数据处理能力
- 详解二进制搜索的时间复杂度优化策略
- 分析位运算在智能合约Gas优化中的重要性
- 流动性的高速公路:tick_bitmap如何实现O(1)的Tick查找
- 深入tick_bitmap数据结构的设计原理
- 解析O(1)时间复杂度的Tick查找算法实现
- 分析位图索引在流动性管理中的优化作用
- 探讨高性能区块链环境下的数据结构选择策略
…dity Market Maker) core algorithm, including a total of 4 series of articles 1. tick_math中的确定性艺术(上)——从Tick到Price的幂运算魔法 深入解析CLMM价格刻度(Tick)系统的数学基础 详细阐述二进制分解(Binary Decomposition)算法原理 揭示get_sqrt_price_at_positive_tick的双精度魔法:Q32.96高精度计算格式 分析get_sqrt_price_at_negative_tick的直接计算法优化策略 介绍定点数算术(Fixed-Point Arithmetic)在智能合约中的应用 2. tick_math中的确定性艺术(下)——反向计算Tick的对数魔法 解决从sqrt_price到tick的反向计算挑战 运用对数换底公式将复杂对数运算转化为二进制对数计算 详解get_tick_at_sqrt_price函数的三步炼金术 分析MSB(最高有效位)快速定位算法 探讨定点数格式转换的工程实践 3. 位图寻踪的罗盘:深入bit_math的二进制搜索 解析位操作算法在DeFi协议中的关键作用 介绍BitMap算法的核心思想与海量数据处理能力 详解二进制搜索的时间复杂度优化策略 分析位运算在智能合约Gas优化中的重要性 4. 流动性的高速公路:tick_bitmap如何实现O(1)的Tick查找 深入tick_bitmap数据结构的设计原理 解析O(1)时间复杂度的Tick查找算法实现 分析位图索引在流动性管理中的优化作用 探讨高性能区块链环境下的数据结构选择策略
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.