summaryrefslogtreecommitdiffstats
path: root/content/zettel/2e4a2.md
blob: 98d8bcbb46a5e4145e0d028e42d70f82b646e20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.