Files
Eric Coissac 40769bf827 Add memory-based batching support
Implement memory-aware batch sizing with --batch-mem CLI option, enabling adaptive batching based on estimated sequence memory footprint. Key changes:
- Added _BatchMem and related getters/setters in pkg/obidefault
- Implemented RebatchBySize() in pkg/obiter for memory-constrained batching
- Added BioSequence.MemorySize() for conservative memory estimation
- Integrated batch-mem option in pkg/obioptions with human-readable size parsing (e.g., 128K, 64M, 1G)
- Added obiutils.ParseMemSize/FormatMemSize for unit conversion
- Enhanced pool GC in pkg/obiseq/pool.go to trigger explicit GC for large slice discards
- Updated sequence_reader.go to apply memory-based rebatching when enabled
2026-03-13 14:54:21 +01:00
..
2025-12-18 14:11:11 +01:00
2024-03-02 16:03:46 -04:00
2022-08-23 11:11:36 +02:00
2025-11-18 15:30:20 +01:00
2026-03-13 14:54:21 +01:00
2025-06-17 16:46:11 +02:00
2024-11-18 21:10:47 +01:00
2025-02-24 11:31:49 +01:00
2025-06-17 16:46:11 +02:00
2025-06-04 09:48:10 +02:00
2024-11-14 19:10:23 +01:00