Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-07 | tracker/pt: less malloc/free each frame | Stanislaw Halik | |
2016-02-17 | tracker/pt: fix build | Stanislaw Halik | |
2016-02-17 | tracker/pt: retire get_points() in the extractor | Stanislaw Halik | |
2016-02-17 | tracker/pt: protect get_n_points() | Stanislaw Halik | |
There's a race here since further accesses to the points array aren't protected by a mutex in the extractor class. There's no race in "get_points()" in the extractor since it's only used in same thread where updates take place. | |||
2015-12-28 | tracker/pt: increase auto threshold bucket size againopentrack-2.3-rc21p7 | Stanislaw Halik | |
Slowdown was caused by something else. I can no longer reproduce it. | |||
2015-12-19 | tracker/pt: don't allocate temporary dynamic size arrays | Stanislaw Halik | |
2015-12-19 | tracker/pt: don't copy points array needlessly | Stanislaw Halik | |
2015-12-18 | tracker/pt: reduce mutex contention | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |