1
0
forked from GitHub/gf-core

Minors to LPGF readme

This commit is contained in:
John J. Camilleri
2021-03-12 13:47:36 +01:00
parent c9f0867491
commit d9c37fc093

View File

@@ -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.