You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: Eliminate several copies from C to rust (#293)
* metadata decoding no longer makes an extra
copy
* ancestral/derived states of sites/mutations
no longer make extra copies.
BREAKING CHANGE: return types of
SiteTable::ancestral_state and
MutationTable:derived_state now return
slices instead of vectors.
0 commit comments