From 6103facfff911ff2067f27b25644603ca7bbb549 Mon Sep 17 00:00:00 2001 From: dEajL3kA Date: Wed, 3 May 2023 16:26:40 +0200 Subject: [PATCH] Updated README file. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 94ebd79..95a7fc4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ Options: --ignore Ignore the interrupt signal (SIGINT), e.g. CTRL+C ``` +## Implementation + +This is a "native" implementation of `tee` that builds directly on top of the Win32 API. + +It uses multi-threaded processing and double buffering for maximum throughput. + ## License Copyright (c) 2023 "dEajL3kA" <Cumpoing79@web.de> -- 2.11.4.GIT