From d9c37fc093be16c1ed9ad295241bcbe2a53953fd Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Fri, 12 Mar 2021 13:47:36 +0100 Subject: [PATCH] Minors to LPGF readme --- testsuite/lpgf/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/lpgf/README.md b/testsuite/lpgf/README.md index b2738d51f..aeadcad3d 100644 --- a/testsuite/lpgf/README.md +++ b/testsuite/lpgf/README.md @@ -206,8 +206,8 @@ Max memory: 2.25 GB | PhrasebookFre | 41397 | 32967 | 80% | Conclusions: -- map itself requires more memory than acual compilation -- lookup is also as also as actual compilation +- map itself requires more memory than actual compilation +- lookup/insert is also as bad as actual compilation Tried HashMap (deriving Hashable for LinValue), no inprovement. Using show on LinValue for keys is incredibly slow.