From 0531d603203ef08f8d7c651b545ae40bebf6cdc7 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Sat, 25 Nov 2023 00:20:23 -0500 Subject: [PATCH] remove escape for this one --- lectures/25_garbage_collection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/25_garbage_collection/README.md b/lectures/25_garbage_collection/README.md index f799e68..efd3883 100644 --- a/lectures/25_garbage_collection/README.md +++ b/lectures/25_garbage_collection/README.md @@ -152,7 +152,7 @@ stack: - \- requires a long pause in program execution - \+ can handle cyclical data structures! - - \– requires 100% extra memory (you can only use half the memory) + - – requires 100% extra memory (you can only use half the memory) - \+ runs fast if most of the memory is garbage (it only touches the nodes reachable from the root) - \+ data is clustered together and memory is “de-fragmented”