Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize list count in CreateClaims (#2596)
This reduces how many internal array allocations need to happen for each claim set. In my benchmark I have 17 claims, which is kind of a worst case scenario because it starts at 4 and doubles to 32 before the list is big enough.
- Loading branch information