From 619492e31914c4eb9d7190305f32f06dbb10a665 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Mon, 21 Jun 2021 23:01:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d164cf4..190be9b 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,8 @@ Maps contain key value pairs. #[ 'a' 1 'b' 2 ]# 'b' remove \ removes 'b'->2 from the map ``` +## Implementation notes + Lists are java.util.LinkedHashMap instances and garbage collected automatically by the host language. ## Collection operations