From 09ab0778e893e2cfb4d58dfdcacd8e757516b880 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Mon, 9 Jan 2017 23:21:09 -0500 Subject: [PATCH] README: we have multiple worker threads now, so don't say that we don't Signed-off-by: Zygo Blaxell --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 2c4ead6..a318f74 100644 --- a/README.md +++ b/README.md @@ -134,11 +134,6 @@ performance by caching, but really fixing this requires rewriting the crawler to scan the btrfs extent tree directly instead of the subvol FS trees. -* Bees had support for multiple worker threads in the past; however, -this was removed because it made Bees too aggressive to coexist with -other applications on the same machine. It also hit the *slow backrefs* -on N CPU cores instead of just one. - * Block reads are currently more allocation- and CPU-intensive than they should be, especially for filesystems on SSD where the IO overhead is much smaller. This is a problem for power-constrained environments