We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f828aba commit eaf2c6dCopy full SHA for eaf2c6d
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# PFP-Doc Change Log
2
3
-## v1.0.2 - latest
+## v1.0.3 - latest
4
+- Updated the doc_queries constructor to avoid creating a separate table of sequential entries
5
+ to limit the RAM usage, especially when working with large datasets.
6
+
7
+## v1.0.2
8
- Updated the construction code to write out lcp values in 16-bit registers opposed to using 8 bit registers. This
9
now allows values to be up to 2^16-1, so any values larger than that are rounded down to 2^16-1.
10
- Updated the query subcommand to load the profiles using the 16-bit registers.
0 commit comments