This website requires JavaScript.
Explore
Help
Sign In
database
/
mariadb-columnstore-engine
Watch
1
Star
0
Fork
0
You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced
2025-08-10 01:22:48 +03:00
Code
Activity
Files
35ab11cbb69b5bc78b374f1ce7bde82fb1b6dff1
mariadb-columnstore-engine
/
utils
/
threadpool
History
David Mott
35ab11cbb6
remove std::auto_ptr
2019-04-26 04:46:46 -05:00
..
CMakeLists.txt
MCOL-160 MCOL-262 CMake Build Fixes for out-of-tree builds and engine RPMS
2016-09-22 10:14:18 -04:00
prioritythreadpool.cpp
Merge branch 'develop-1.1' into 1.1-merge-up-2018-10-05
2018-10-05 18:40:07 +01:00
prioritythreadpool.h
Merge branch 'develop-1.1' into 1.1-merge-up-20180621
2018-06-22 14:51:20 +01:00
tdriver.cpp
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00
threadpool.cpp
MCOL-1810 Fix hang on low core count
2018-10-16 17:55:41 +01:00
threadpool.h
remove std::auto_ptr
2019-04-26 04:46:46 -05:00
threadpool.vpj
MCOL-513 use a single funcor per thread. ThreadPool was doing one at a time anyway, but in a convpluted way that made it easier to add more if wanted. But it was expensive. Cleanup and polish.
2017-02-17 09:46:42 -06:00
tp.cpp
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00
tp.vpj
MCOL-513 Optimize by replacing make_pair with a struct
2017-02-02 11:45:04 -06:00
tp.vpw
MCOL-513 fix a couple bugs in threadpool join() Add a test program
2017-02-02 11:32:56 -06:00
weightedthreadpool.cpp
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00
weightedthreadpool.h
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00
wtp.cpp
Reformat all code to coding standard
2017-10-26 17:18:17 +01:00