... // PERF: SIMD eq check across pubkeys
if (match_vec[j] and eq_fn(self.groups[group_index][j].key, key)) {
return self.groups[group_index][j].value;
}
}
}
// PERF: SIMD eq check: if there's a free state, then the key...
... return Err(ProgramError::IncorrectProgramId);
}
// Increment and store the number of times the account has been greeted
let mut greeting_account = GreetingAccount::try_from_slice(&account.data.borrow())?;
greeting_account.counter += 1;
greeting_account.serialize(&mut &mu...
...um.com/fourpillars/s...](https://medium.com/fourpillars/snapshot-on-zksync-and-a-comparison-with-op-stack-1a89d9836f5b)
>- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~