From 18b41a231af590c639ddf8681fc33edbc1331d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rickard=20Ernst=20Bj=C3=B6rn=20Lundin?= <33436048+Ignalina@users.noreply.github.com> Date: Thu, 9 May 2024 22:45:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6d494..b1f2f96 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ logical cores**. If this argument is omitted, then the program will run in singl **Note that running multithreaded only really has any clear increase in performance for substantially large workloads.** -### 🧵 Threading +### 🧵 Converting multithreaded An experimental multithreaded implementation exists , it reads chunks of 2 megabytes and splits them into n anmounts of cores in O(1). Run a small conversion test using the "arrow" converter with slicer type "chunked" ```