Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ len
Method
len
crates/openquant/src/hpc_parallel.rs:55–57 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
54
impl MoleculePartition {
55
pub fn len(self) -> usize {
56
self.end.saturating_sub(self.start)
57
}
58
59
pub fn is_empty(self) -> bool {
60
self.len() == 0
Callers
15
_build_quality_report
Function · 0.80
bench_end_to_end_ticker_pipeline
Function · 0.80
calibrate_ou_params
Function · 0.80
generate_ou_paths
Function · 0.80
evaluate_rule_on_paths
Function · 0.80
search_optimal_trading_rule
Function · 0.80
std_dev
Function · 0.80
median_sorted
Function · 0.80
threshold_at_checked
Function · 0.80
cusum_filter_indices_checked
Function · 0.80
cusum_filter_timestamps_checked
Function · 0.80
rolling_mean_std
Function · 0.80
Calls
no outgoing calls
Tested by
15
calibrate_ou_params
Function · 0.64
generate_ou_paths
Function · 0.64
evaluate_rule_on_paths
Function · 0.64
search_optimal_trading_rule
Function · 0.64
std_dev
Function · 0.64
median_sorted
Function · 0.64
timing_of_flattening_and_flips
Function · 0.64
average_holding_period
Function · 0.64
bets_concentration
Function · 0.64
drawdown_and_time_under_water
Function · 0.64
sharpe_ratio
Function · 0.64
deflated_sharpe_ratio
Function · 0.64