From a782bdb57d484feed0d47389ad5a9b7ef36393e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Sat, 10 Dec 2016 15:31:04 +0100 Subject: [PATCH] Organized TODO.md --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO.md b/TODO.md index 527bce4..89a87b6 100644 --- a/TODO.md +++ b/TODO.md @@ -2,4 +2,14 @@ To-Do ===== A to-do list for the project. Feel free to remove items as you solve them in your pull requests. +Next +---- +To-do items to do for the next version: + - Profile code to better use `likely()` and `unlikely()` macros. + +Features +-------- +Features for future versions (not _Next_) of Indivisible: + +- Implement multi-threaded version using OpenCL or OpenMP (whichever works).