Skip to content

Commit 005e885

Browse files
committed
readme update
1 parent 3122860 commit 005e885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Quantitative risk and performance analysis package for financial time series pow
88

99
RiskPerf.jl is engineered for high performance: core metrics avoid temporary allocations, exploit SIMD-friendly loops, and specialize on scalar vs. vector inputs. Compared with naïve broadcast-based implementations, typical routines (e.g. Sharpe/Information ratios, partial moments, summary statistics, etc.) are 5–50× faster and allocate virtually nothing, accelerating large backtests and real-time analytics.
1010

11+
Documentation: [https://rbeeli.github.io/RiskPerf.jl/stable/](https://rbeeli.github.io/RiskPerf.jl/stable/)
12+
1113
### Functions
1214

1315
```julia

0 commit comments

Comments
 (0)