From: Todd Gillespie Date: 2001-10-30T06:37:10+09:00 Subject: [ruby-talk:23756] Re: Some inspirations from REBOL On Tue, 30 Oct 2001, Ryan Leavengood wrote: > > Oh OK. So you're probably doing loop upon loop sorting through the > data? Probably also creating a lot of new objects that die quickly, > making the GC work hard. Just can't wait for the generational GC (hopefully) coming with Rite. Yum. As an open question to anyone here, do modern generational GCs incorporate slab allocators such as are used in the Linux 2.4 kernels?