Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-19Fix potential write outside of array in dynamic_thread_pool_group's native Li...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-05-25Fix bug where native Linux dynamic_thread_pool_group would schedule delayed w...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-04-15Merge https://github.com/ned14/llfio/pull/77 into my current working tree and...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-17Fix all tsan failures for both native and libdispatch backends of dynamic_thr...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Benchmarks now show LLFIO dynamic_thread_pool_group either matching or signif...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Fix failure to execute with priority on Linux native dynamic_thread_pool_group.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Linux native dynamic_thread_pool_group is working again after last commit ref...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Rework native Linux dynamic_thread_pool_group to no longer have a single mute...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Lots of performance tuning of native Linux implementation, but still 5-10% sl...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Simplify non-native-Linux implementation. Appears to make little difference t...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Add benchmark results for GCD on Linux, Win32 thread pools on Windows, and AS...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Begin dynamic_thread_pool_group benchmark program.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Finally got a fully working native implementation on Linux. I had realised th...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16more wipNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Don't leak timer wait objects.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16More wipNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16More improvements to dynamic scaling within native Linux implementation of dy...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Dynamic scaling within native Linux implementation of dynamic_thread_pool_gro...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Implement thread enumeration for Linux native dynamic_thread_pool_group.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Make the dynamic thread pool work scheduling not quite as strict in the nativ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16wip native linux threadpool implementation for dynamic_thread_pool_group.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Hopefully fix failure to find libdispatch on Mac OS. Also hopefully fix test ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Implemented and debugged a Grand Unified Dispatch backend for dynamic_thread_...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Implement dynamic_thread_pool_group::io_aware_work_item.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Add unit test to ensure nested dynamic thread pool groups work as expected. S...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16wip dynamic_thread_pool_group, so far has Windows support only. Note that LLF...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)