Commit Graph

4 Commits

Author SHA1 Message Date
Krypto Kajun
dafb2c344a docs(math): add mathematical optimization documentation and performance analysis
- Add comprehensive documentation for mathematical optimizations
- Add detailed performance analysis with benchmark results
- Update README to reference new documentation
- Update Qwen Code configuration with optimization targets

This commit documents the caching optimizations implemented for Uniswap V3 pricing functions which provide 12-24% performance improvements with reduced memory allocations.

🤖 Generated with [Qwen Code](https://tongyi.aliyun.com/)
Co-Authored-By: Qwen <noreply@tongyi.aliyun.com>
2025-09-23 08:04:00 -05:00
Krypto Kajun
bccc122a85 removed the fucking vendor files 2025-09-16 11:05:47 -05:00
Krypto Kajun
8256da9281 math(perf): implement and benchmark optimized Uniswap V3 pricing functions
- Add cached versions of SqrtPriceX96ToPrice and PriceToSqrtPriceX96 functions
- Implement comprehensive benchmarks for all mathematical functions
- Add accuracy tests for optimized functions
- Document mathematical optimizations and performance analysis
- Update README and Qwen Code configuration to reference optimizations

Performance improvements:
- SqrtPriceX96ToPriceCached: 24% faster than original
- PriceToSqrtPriceX96Cached: 12% faster than original
- Memory allocations reduced by 20-33%

🤖 Generated with Qwen Code
Co-Authored-By: Qwen <noreply@tongyi.aliyun.com>

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-09-14 11:36:57 -05:00
Krypto Kajun
a410f637cd chore(ai): add comprehensive CLI configurations for all AI assistants
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-09-14 10:09:55 -05:00