From e7e7b2518aa7b57b2c5f3b6c97fd361dd00cab78 Mon Sep 17 00:00:00 2001 From: Jacques Fize <jacques.fize@cirad.fr> Date: Fri, 8 Feb 2019 14:33:53 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fac96dc..b3279b9 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,13 @@ Jacques Fize, *jacques[dot]fize[at]cirad[dot]fr* Some algorithms from other projects were integrated to Gmatch4py. **Be assured that each code is associated with a reference to the original.** +## Improvements + +GMatch4py is going through some heavy changes to diminish the time execution of each algorithm. You may found an alpha version available in the branch `graph_cython`. + +As of today, the results are promising (up to 36 for Jaccard) + ## TODO List * Debug algorithms --> :runner: (almost done !) - * Write the documentation :runner: \ No newline at end of file + * Write the documentation :runner: -- GitLab