Implement event model in C++
Filtering events in JS is too slow with >20,000 events. This moves the event data model into C++.
This commit is contained in:
parent
e9b70c585c
commit
cb76fedcbc
14 changed files with 375 additions and 342 deletions
2
main.cpp
2
main.cpp
|
@ -14,7 +14,7 @@
|
|||
#include <QTranslator>
|
||||
#include <QtDebug>
|
||||
|
||||
#include <io.h>
|
||||
#include "io.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue