mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Optimize memory for readers and writers
This commit is contained in:
@ -46,6 +46,8 @@ func ReadSeqFileChunk(
|
||||
|
||||
chunk_channel := make(ChannelSeqFileChunk)
|
||||
|
||||
_FileChunkSize := len(buff)
|
||||
|
||||
go func() {
|
||||
size := 0
|
||||
l := 0
|
||||
|
Reference in New Issue
Block a user