www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - GC Inspiration

reply =?iso-8859-1?Q?Robert_M._M=FCnch?= <robert.muench saphirion.com> writes:
I'm just digging into LuaJIT and found this interesting GC concept page:

http://wiki.luajit.org/New-Garbage-Collector

Not sure if this is widly known but I like it, it shows a lot of 
different approaches with rational etc. Maybe it's of use to some of 
you thinking about the GC.

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster
Aug 26 2016
parent Cauterite <cauterite gmail.com> writes:
On Friday, 26 August 2016 at 21:41:04 UTC, Robert M. Münch wrote:
 I'm just digging into LuaJIT and found this interesting GC 
 concept page:

 http://wiki.luajit.org/New-Garbage-Collector

 Not sure if this is widly known but I like it, it shows a lot 
 of different approaches with rational etc. Maybe it's of use to 
 some of you thinking about the GC.
I don't know how much of this is applicable to D, but this looks like it has some really valuable insights. I will definitely read it for the sake of a GC I've been planning on writing for a different language. Thanks for pointing this out.
Aug 26 2016