Skip to content

Conversation

@macklin-10x
Copy link

For newly-created BAM records that may have a lot of aux tags added to them, the overhead of having to check for the existence of each tag before adding it can really add up! Split up the Record::push_aux method into two - one with the current behavior, and a new variant, Record::push_aux_unchecked that omits the pre-check for the existence of the aux tag.

@macklin-10x macklin-10x changed the title Add a method to push an aux tag without first checking for existence. feat: a method to push an aux tag without first checking for existence Dec 9, 2025
@macklin-10x macklin-10x changed the title feat: a method to push an aux tag without first checking for existence feat: Record::push_aux_unchecked escape hatch Dec 9, 2025
@macklin-10x macklin-10x changed the title feat: Record::push_aux_unchecked escape hatch feat: Record::push_aux unchecked escape hatch Dec 9, 2025
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