tulip_rs 0.1.15

High-performance technical analysis library — 100+ indicators and 60+ candlestick patterns with SIMD acceleration
Documentation
1
2
3
4
5
6
7
8
9
pub mod mirror_buffer;
pub mod simd_buffer;
pub mod single_buffer;

pub use mirror_buffer::FixedMirrorBuffer;
pub use simd_buffer::{
    FixedSimdMirrorBuf, FixedSimdMirrorBuffer, FixedSimdRingBuf, FixedSimdRingBuffer,
};
pub use single_buffer::FixedRingBuffer;