[#4567] Re: What's the biggest Ruby development? — Aleksi Niemel<aleksi.niemela@...>

Dave said:

18 messages 2000/08/23
[#4568] Q's on Marshal — Robert Feldt <feldt@...> 2000/08/23

[#4580] RubyUnit testcase run for different init params? — Robert Feldt <feldt@...> 2000/08/25

[#4584] Re: RubyUnit testcase run for different init params? — Dave Thomas <Dave@...> 2000/08/25

Robert Feldt <feldt@ce.chalmers.se> writes:

[#4623] Re: RubyUnit testcase run for different init params? — Robert Feldt <feldt@...> 2000/08/28

On Sat, 26 Aug 2000, Dave Thomas wrote:

[#4652] Andy and Dave's European Tour 2000 — Dave Thomas <Dave@...>

24 messages 2000/08/30
[#4653] Re: Andy and Dave's European Tour 2000 — matz@... (Yukihiro Matsumoto) 2000/08/30

Hi,

[#4657] Ruby tutorials for newbie — Kevin Liang <kevin@...> 2000/08/30

Hi,

[ruby-talk:04441] Re: Real world performance problems

From: Aleksi Niemel<aleksi.niemela@...>
Date: 2000-08-11 21:51:23 UTC
List: ruby-talk #4441
> I've read about hierarchical garbage collection, where objects start

Very interesting. I actually started to browse a little... :)

> I'd really rather not see us moving to reference counting--one of the
> joys of Ruby is the ease with which extensions are written.

I agree. But I'm not sure it really hurts a lot if one could reference count
and be blazinly fast. If GC could be tuned not to be order-of-magnitude (or
couple) slower, then there's, of course, no need to think alternatives.

My colleague anyway had a good laugh when I told him about this marvellous
language, and the comparison of the perl and ruby version speed :).

He told, btw., that he has experienced same kind of problems with Java GC.
Much of the problems went away when they just had enough memory and *set* it
explicitly in use in some (probably JVM specific) configuration files.

I wonder if we should add same kind of thing, to enable one to say "let's
start with 300 MB". I guess that my program generates short-living objects
in such rate that it wouldn't help me much, but might be some idea anyway.
And maybe those constants in gc.c could be normal attributes of class GC.

	- Aleksi

In This Thread

Prev Next