From 8eb76ffda4b363affda99287356b85980abb5ffb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 11 Mar 2021 21:24:13 +0000 Subject: [PATCH] zcoord: Delete some obsolete comments Signed-off-by: Ian Jackson --- base/zcoord.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/base/zcoord.rs b/base/zcoord.rs index 948d62b3..a656f984 100644 --- a/base/zcoord.rs +++ b/base/zcoord.rs @@ -10,8 +10,6 @@ // * JSON is not lossy // * JSON is human-comprehensible // * JavaScript can compare efficiently -// JavaScript can do arithmetic efficiently -// * Limb size is 48 for fast JS arithmetic // Limb size is small for not being too full of padding // * Limb size is big so step algorithm rarely encounters limb boundaries // -- 2.30.2