减少日频数据读取临时分配
This commit is contained in:
@@ -2541,7 +2541,7 @@ impl OmniMicroCapStrategy {
|
||||
date: NaiveDate,
|
||||
) -> Vec<FidcRiskDecisionAudit> {
|
||||
let mut decisions = Vec::new();
|
||||
for factor in ctx.data.factor_snapshots_on(date) {
|
||||
for factor in ctx.data.factor_snapshot_rows_on(date) {
|
||||
if ctx.has_dynamic_universe() && !ctx.dynamic_universe_contains(&factor.symbol) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user