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
diff options
context:
space:
mode:
authorNiall Douglas <ned@trueos.nedland>2017-08-25 19:59:45 +0300
committerNiall Douglas <ned@trueos.nedland>2017-08-25 19:59:45 +0300
commit72950428d618ad70c7d0d520e359ab492b1ba6cc (patch)
tree388a7084035ea4f4c45f32013c7ce20c2f6bc96c /release_notes.md
parentf168869f401d97da6cde6c9a81ca68414f115f1f (diff)
Reenable the shared_fs_mutex testing on Travis as it might be working :)
Got started on fixing storage_profile on libc++ where it currently aborts due to a defect in libc++'s std::thread implementation.
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/release_notes.md b/release_notes.md
index 3017b141..1ce08286 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -48,13 +48,14 @@ Lowest sustained 4Kb write latency benchmarked to date by author (page cache): *
\note Note that this code is of late alpha quality. It's quite reliable, but be careful when using it!
-You need these compilers and OS or better:
-- GCC 7.0 (Linux)
-- clang 4.0 (Linux)
-- clang 5.0 (Windows)
-
-Other compilers and OSs may work, but are not tested regularly. You will need a Filesystem TS
-implementation in your STL and C++ 14.
+These compilers and OS are regularly tested:
+- GCC 7.0 (Linux 4,x x64)
+- clang 4.0 (Linux 4.x x64)
+- clang 5.0 (Windows 10 x64)
+
+Other compilers, architectures and OSs may work, but are not tested regularly. You will need a Filesystem TS
+implementation in your STL and C++ 14. See https://github.com/ned14/afio/blob/master/programs/fs-probe/fs_probe_results.yaml
+for a database of latencies for various previously tested OS, filing systems and storage devices.
Todo list for already implemented parts: https://ned14.github.io/afio/todo.html