mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 10:38:05 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
|
||||
- `TBarSeries` is a high-performance collection of OHLCV bars.
|
||||
- No configurable parameters; computation is stateless per bar.
|
||||
- Output range: Varies (see docs).
|
||||
- Requires 1 bar of warmup before first valid output (IsHot = true).
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
## What It Does
|
||||
@@ -146,4 +144,4 @@ SoA layout enables SIMD processing: each field array is contiguous in memory. Co
|
||||
## References
|
||||
|
||||
* [Structure of Arrays (SoA)](https://en.wikipedia.org/wiki/AOS_and_SOA)
|
||||
* [Data Locality](https://gameprogrammingpatterns.com/data-locality.html)
|
||||
* [Data Locality](https://gameprogrammingpatterns.com/data-locality.html)
|
||||
Reference in New Issue
Block a user