Kmer-File-Format / kff-cpp-api

A C++ API to read and write kff files
GNU Affero General Public License v3.0
9 stars 8 forks source link

Speed optimization #7

Open yoann-dufresne opened 3 years ago

yoann-dufresne commented 3 years ago

The API is currently designed to correctly generate/read KFF files and be space efficient. The code was designed to be easy to understand. It now needs to be speed up.

yoann-dufresne commented 3 years ago

Buffer added to keep small files in memory and perform less intensive I/O