From a2922bb8ba3b9388380f2b48c426680f23298512 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 27 Sep 2022 00:50:35 -0400 Subject: 1000x performance improvement for loading database. So huge that it doesn't even sound real. I need to learn to write proper sql. --- xsig/include/signature_db.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'xsig/include') diff --git a/xsig/include/signature_db.hpp b/xsig/include/signature_db.hpp index b98b22a..fc98e6a 100644 --- a/xsig/include/signature_db.hpp +++ b/xsig/include/signature_db.hpp @@ -115,6 +115,7 @@ public: //usually very fast, unless you have a crack ton of duplicates... void group_similar(); //get all groups, each countained in their own lists. + //now no longer returns group with size of 1. std::vector> groups_get(); }; -- cgit v1.2.3