Tags: tnagler/RcppThread
Tags
safeguard memory-aligned allocation (#57) * Release 2.0.0 * pull aligned allocator * also for ThreadPool * rely on quickpool for global pool * use ptr to internal pool * some cleaning * final quickpool version 1.4.0 * version + docs * hint Rcpp at libatomic and pthread * try again * libstdc++ * CXX_FLAGS * this might work * no * link latomic and pthread on Linux * don't test push error
Update quickpool (#56) * pull new quickpool * adapt library code * update benchmarks * save plots in benchmarks folder * log scale on x axis * use global pool * update quickpool * adapt thread pool * prettify benchmarks * add free push/async/wait * better benchmarks * actually benchmark quickpool * change plot size everywhere * affinity * better benchmarks * update benchmarks * backoff algorithm * less iter for imbalanced * update benchmarks * fix nested parallel for * inline free functions * don't move into parallel for * bump version * update docs * update parallel for doc/args * fix single threaded loops * backwards compatible batched loops * update quickpool * update docs * try to get codecov running * try on linux * yeah that won't work * keep distr as it was * update quickpool (resizing) * allow parallel loops to limit threads * reduce number of tests * finalize * safe exception tests * do-while in wait() * safer resize * update NEWS and README
PreviousNext