From 7c1927dd2800069b74bbe2f561127122daa0870f Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 12 Nov 2020 19:32:39 +0100 Subject: wip: note on 'serde' overhead --- fuzzycat/cluster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fuzzycat/cluster.py b/fuzzycat/cluster.py index 440dbe9..97509e7 100644 --- a/fuzzycat/cluster.py +++ b/fuzzycat/cluster.py @@ -276,6 +276,7 @@ class Cluster: items = list(g) payload = [] for line in items: + # XXX: This is a bit too much "serde", get rid of this. fields = line.split("\t") if len(fields) < 3: continue -- cgit v1.2.3