mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-08-08 06:20:36 +00:00
Replace the fixed [256]byte carry buffer with a dynamic []byte slice to support arbitrarily long lines without heap allocation during accumulation. Update all carry buffer handling logic to use len(s.carry) and append instead of fixed-size copy operations.