TimeCoder
TimeCoder
It's very strange... Why when I do this: ``` c# using (var dbManager = new DBManager()) { while (true) // ~ 10 millions objects total, 10,000 objects in one iteration...
Thanks, i'll try it. By the way, your code creates SAME objects many times. In my case, every ExecuteList selects next page of uniq objects - may be this is...
What profiler should I use? Standart PerfMonitor?
Just check the encoding of index.ts. In my case, somehow it was UTF-16. Once I changed it to UTF-8 (in Notepad++) - the problem is gone.
1. Migrate project to Qt5. Use his short signal+slot bindings form. 2. Do we need change Widgets to something else? QML, for example. 3. Bind of model and view through...