summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e4a2.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/2e4a2.md')
-rw-r--r--content/zettel/2e4a2.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/content/zettel/2e4a2.md b/content/zettel/2e4a2.md
new file mode 100644
index 0000000..98d8bcb
--- /dev/null
+++ b/content/zettel/2e4a2.md
@@ -0,0 +1,13 @@
++++
+title = "Runtime solutions"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["2e4a1"]
+forwardlinks = ["2e4a3"]
+zettelid = "2e4a2"
++++
+
+The second solution is to check at run-time whether data is still being
+used, however, this will require a garbage collector to keep track of
+the orphaned objects.