← Back to context Comment by Findecanor 2 days ago I would call that a region-based memory allocator... Only that it has a single region, ever. 4 comments Findecanor Reply amelius 2 days ago Yeah if you have for example a http request, you can just collect garbage you create during that request in a single region, then throw it away when the request has been handled. This is quite standard. antonvs 2 days ago Or it's a generational garbage collector with the generation management and collection functionality omitted. eru 2 days ago Well, the garbage is collected when the missile hits the target region. amelius 2 days ago The garbage is spread out over the target region.
amelius 2 days ago Yeah if you have for example a http request, you can just collect garbage you create during that request in a single region, then throw it away when the request has been handled. This is quite standard.
antonvs 2 days ago Or it's a generational garbage collector with the generation management and collection functionality omitted.
eru 2 days ago Well, the garbage is collected when the missile hits the target region. amelius 2 days ago The garbage is spread out over the target region.
Yeah if you have for example a http request, you can just collect garbage you create during that request in a single region, then throw it away when the request has been handled. This is quite standard.
Or it's a generational garbage collector with the generation management and collection functionality omitted.
Well, the garbage is collected when the missile hits the target region.
The garbage is spread out over the target region.