From 8e2d4b6652ceee655111a15f7673d82862f2cfc9 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Thu, 28 Jun 2018 11:21:32 +0300 Subject: [PATCH] Add rayon TODO --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index a8d0856..0238166 100644 --- a/TODO.md +++ b/TODO.md @@ -15,6 +15,7 @@ # Performance +* Use rayon for faster multi-block indexing on multi-core systems * Experiment with [sled](https://github.com/spacejam/sled) DB # Rust