Comment by Findecanor 2 months ago I would call that a region-based memory allocator... Only that it has a single region, ever. 4 comments Findecanor Reply amelius 2 months 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 months ago Or it's a generational garbage collector with the generation management and collection functionality omitted. eru 2 months ago Well, the garbage is collected when the missile hits the target region. amelius 2 months ago The garbage is spread out over the target region.
amelius 2 months 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 months ago Or it's a generational garbage collector with the generation management and collection functionality omitted.
eru 2 months ago Well, the garbage is collected when the missile hits the target region. amelius 2 months 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.