← 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 1 day 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. eru 1 day ago Well, the garbage is collected when the missile hits the target region. amelius 1 day ago The garbage is spread out over the target region. antonvs 2 days ago Or it's a generational garbage collector with the generation management and collection functionality omitted.
amelius 1 day 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.
eru 1 day ago Well, the garbage is collected when the missile hits the target region. amelius 1 day ago The garbage is spread out over the target region.
antonvs 2 days ago Or it's a generational garbage collector with the generation management and collection functionality omitted.
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.
Well, the garbage is collected when the missile hits the target region.
The garbage is spread out over the target region.
Or it's a generational garbage collector with the generation management and collection functionality omitted.