release v4.1.0 including optimized construction
add_sequence_properties can run out of memory for large genomes because it stores all node IDs in a linked list. Instead, node IDs are first written to a temporary file and read back chunk by chunk.
add_sequence_properties can run out of memory for large genomes because it stores all node IDs in a linked list. Instead, node IDs are first written to a temporary file and read back chunk by chunk.