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 (Collapse)Author
2021-05-25Fix bug where native Linux dynamic_thread_pool_group would schedule delayed ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
work items inverted to correctness.
2021-04-15Merge https://github.com/ned14/llfio/pull/77 into my current working tree ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
and push the bits which are safe to push for now.
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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
to benchmarks.
2021-03-16Add benchmark results for GCD on Linux, Win32 thread pools on Windows, and ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
ASIO on both Linux and Windows. My native implementation is overcreating threads currently, so not worth recording those yet.
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)
Fix libc++ having crap char8_t support build failure.
2020-10-08Long, long round of refactoring path_view to match latest P1030 draft ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
normative wording. Not done yet however, so this is a wip commit.
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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
implementation.
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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
implement cmake hunter support. Significantly slimmed down the headers being dragged in by the default LLFIO include, specifically that outcome<T> is no longer dragged in, and: - #36 Async file i/o and storage profile have been modularised out of the default headers. - #36 Mapped file i/o can be modularised out of the default headers. Changed barrier kind to class enum, as per latest WG21 spec.
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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
codepoints are banned on the local filing system.
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)
Relocate initialiser list io_handle read function into file_handle
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)
Add warning about gather write use case. Restore detail::append_path_info().
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)
Fix use of clwb instruction causing older assemblers on POSIX to fail to compile.
2018-05-26Added a benchmark-iostreams program which was used to generate the graphs in ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
WG21 P1028 and P1031.
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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
programs from recent API changes.
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)
is amazing.
2017-09-11Toy key value store can now uses mmaps for fetching via mapped_file_handle. ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Performance is impressive.