From 754168e682b4f8556c9aae1c8f427e667a1bea0a Mon Sep 17 00:00:00 2001 From: Jobs Gate Date: Mon, 30 Dec 2019 10:25:16 +0800 Subject: [PATCH] Fix POSIX: POSIX too slow, Complete performance Overhaul http://www.cs.columbia.edu/~vatlidak/resources/POSIXmagazine.pdf https://news.ycombinator.com/item?id=13621623 --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 669ac7c32292..32f05a4b19dc 100644 --- a/README +++ b/README @@ -1,6 +1,8 @@ Linux kernel ============ +Complete performance overhaul fix POSIX: POSIX too slow + There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first.