bittremieux / falcon

Large-scale tandem mass spectrum clustering using fast nearest neighbor searching.
BSD 3-Clause "New" or "Revised" License
24 stars 7 forks source link

Memory consumption #13

Closed bittremieux closed 2 years ago

bittremieux commented 2 years ago

Manage memory consumption when reading the input files initially. Currently all files are read in bulk, potentially a producer–consumer model can be used to chunk the input instead.