From 9b4fa96474ea12348280b8914f6a21fe5f3e6284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Sat, 10 Dec 2016 17:41:40 +0100 Subject: [PATCH] Remove TODO list. --- TODO.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 89a87b6..0000000 --- a/TODO.md +++ /dev/null @@ -1,15 +0,0 @@ -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).