From cb76fedcbc8e419e2b945baa56ac3f986a9e79a3 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 1 Sep 2021 17:13:51 +0200 Subject: Implement event model in C++ Filtering events in JS is too slow with >20,000 events. This moves the event data model into C++. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index a388f27..4c933f6 100644 --- a/main.cpp +++ b/main.cpp @@ -14,7 +14,7 @@ #include #include -#include +#include "io.h" int main(int argc, char *argv[]) try { -- cgit v1.3