For Inspiration: arena-based, quad-color incremental, generational, non-copying, high-speed, cache-optimized garbage collector
rikki cattermole
rikki at cattermole.co.nz
Sun Feb 4 09:04:41 UTC 2018
- Previous message: For Inspiration: arena-based, quad-color incremental, generational, non-copying, high-speed, cache-optimized garbage collector
- Next message: For Inspiration: arena-based, quad-color incremental, generational, non-copying, high-speed, cache-optimized garbage collector
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
On 04/02/2018 8:49 AM, Robert M. Münch wrote:
> On 2018-02-04 08:41:04 +0000, rikki cattermole said:
>
>> "It doesn't need to be concurrent, since Lua states are completely
>> independent."
>>
>> Single threaded simplifies a lot. So no, not useful.
>
> Well, I wouldn't be able to judge that fast from a single line in the
> text, if the concept can/can't be tweaked/extended. That's why I added
> "for inspiration" to the subject...
Really we ought to use Boehm, as the newer versions can be
generational&incremental.
It is potentially quite a lot better than our version of it.
- Previous message: For Inspiration: arena-based, quad-color incremental, generational, non-copying, high-speed, cache-optimized garbage collector
- Next message: For Inspiration: arena-based, quad-color incremental, generational, non-copying, high-speed, cache-optimized garbage collector
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Digitalmars-d
mailing list