From b13a3631198e72a28ed7b7e1947a6a5520c5ce74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 10 May 2021 18:46:05 +0200 Subject: [PATCH] Will probably use normal threading. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 78cac77..fed7a60 100644 --- a/TODO +++ b/TODO @@ -3,4 +3,4 @@ ============ Technical: - Use bigints (maybe GMP or another similar library) - - Parallelize computations (MPI and/or OpenMP) + - Parallelize computations