molpopgen/libsequence

StateCounts performance

Closed this issue · 0 comments

The unordered_map has an "elegant but slow" problem. Most likely, a linear array should be used whose size is numeric_limits<int8_t>::max().