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-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-30Add first implementation of benchmark-io-congestion program.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-16Implement dynamic_thread_pool_group benchmark.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)
2020-10-14Fix build on libc++ 11.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-12Fix programs build becoming broken from path_view changes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-08Long, long round of refactoring path_view to match latest P1030 draft normati...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-22Check for self-move in every move assignment operator.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-21More CI fixes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-15More io_uring implementation.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-08Did a bit of tuning of null_multiplexer, added results for Linux.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-07Add a test null i/o multiplexer, useful for optimising the i/o multiplexer im...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-30Ported over the benchmark-async program from the resumable-io branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-23Fix build failures in last commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-07Fix build breakageNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-11-22Fix bad last commit.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-11-20Fix build of programs.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-14Fix broken programs build due to path view refactor.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-11Add fs probe results for a 4x Intel SSD under VROC RAID0.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-08Hopefully definitely fix programs on Travis this time.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-25LLFIO is now make installable and cmake find_package()-able, which should imp...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-12Misc CI build fixes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-12Add UTF-16 codepoints normalised by NTFS in Windows.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-09Add flag::win_create_case_sensitive_directory and a program testing what code...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-08Add illegal-codepoints test for SG16 Unicode discussion.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-09-03Add a CI test checking for non-inline symbols in the header only build.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-09-01Fix programs.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-16Fix programs build failure.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-13Fix build breakage in programsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-11Finished renaming all AFIO => LLFIO, I think at least.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-06More afio => llfioNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-03Lots more afio => llfio renamingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-30Add begin and end to buffer types so Ranges can iterate their bytes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-24Replace broken timers in programs with correct ones.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-08Fix AFIO programs, which had got broke once again.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-31Fix file_handle::barrier() not working, at all, on Windows.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-29Fix loss of build compatibility with Linux 2.6 kernelsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-29Fix programs not building.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-26Added a benchmark-iostreams program which was used to generate the graphs in ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-25updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-23Make errc AFIO namespace definedNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-11Fix up programs to use std::byte buffers.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-08Fix broken programs, lack of regen of docsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-12-05Fix map_handle_create_close regression failure. Fix build breakage in program...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-12Updated Linux benchmarks for toy key value storeNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-12Toy key value store now used mapped_file_handle for inserts too. Performance ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-11Toy key value store can now uses mmaps for fetching via mapped_file_handle. P...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)