Refactor MAMA and HTIT implementation for improved accuracy and performance

This commit is contained in:
Miha Kralj
2025-12-24 20:50:58 -08:00
parent 8917575994
commit 9ba89812cd
27 changed files with 1030 additions and 547 deletions
-4
View File
@@ -100,10 +100,6 @@ $$ [Formula] $$
| **Overshoot** | [1-10] | [Context] |
| **Smoothness** | [1-10] | [Context] |
### Zero-Allocation Design
[Explain how the implementation achieves zero-allocation. Mention `stackalloc`, structs, or specific optimizations.]
## Validation
[How do we know it's correct? Comparison against external libs (TA-Lib, Skender, etc.).]