Skip to content

Decode char arrays to slice instead of vec #293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Conversation

molpopgen
Copy link
Member

@molpopgen molpopgen commented Jul 21, 2022

  • 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.

* 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.
@molpopgen molpopgen force-pushed the metadata_decoding_perf branch from bf65626 to 53adef2 Compare July 21, 2022 17:23
@molpopgen molpopgen marked this pull request as ready for review July 21, 2022 17:30
@molpopgen molpopgen merged commit 3a8fa2c into main Jul 21, 2022
@molpopgen molpopgen deleted the metadata_decoding_perf branch July 21, 2022 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant