Skip to content

Commit a8171d8

Browse files
committed
update doc
1 parent 83a9ebe commit a8171d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ that the total number of k-lets is n^k, where n is the alphabet length. For use
4646
cases involving memory constraints, providing the sequence alphabet head of time
4747
will allow countlets to count k-lets without loading the entire sequence into
4848
memory (at the cost of speed for higher k values). When the alphabet is
49-
provided, it will typically never take up more than 1 MB of memory.
49+
provided, it will typically never take up more than a few MBs of memory.
5050

5151
Example usage:
5252

src/countlets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void usage() {
4141
" -a <str> A string containing all of the alphabet letters present in the \n"
4242
" sequence. This allows the program not to have to load the entire \n"
4343
" sequence into memory to find all of the unique letters. The downside\n"
44-
" is that runtime increases much more with increasing k. \n"
44+
" is that runtime increases more with increasing k. \n"
4545
" -k <int> K-let size. Defaults to 1. \n"
4646
" -h Show usage. \n"
4747
);

0 commit comments

Comments
 (0)