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(bam): Remove unnecessary heap allocation in Record::aux
Remove the unnecessary heap allocation in `Record::aux` and `Record::remove_aux` by removing the call to `CString::new` and using the byte slice directly. The BAM tag does not need to be null terminated. Return `Error::BamAuxStringError` if the length of the tag is not equal to 2.
0 commit comments