[#4595] New block syntax — Daniel Amelang <daniel.amelang@...>

I'm really sorry if this isn't the place to talk about this. I've

25 messages 2005/03/21
[#4606] Re: New block syntax — "David A. Black" <dblack@...> 2005/03/21

Hi --

[#4629] Re: New block syntax — "Sean E. Russell" <ser@...> 2005/03/30

On Monday 21 March 2005 16:17, David A. Black wrote:

[#4648] about REXML::Encoding — speakillof <speakillof@...>

Hi.

15 messages 2005/03/31
[#4659] Re: about REXML::Encoding — "Sean E. Russell" <ser@...> 2005/04/04

On Thursday 31 March 2005 09:44, speakillof wrote:

Re: Immutable Ropes

From: Alexander Kellett <ruby-lists@...>
Date: 2005-03-15 13:38:48 UTC
List: ruby-core #4570
On Mar 15, 2005, at 2:18 PM, Nikolai Weibull wrote:
> The implementation of ropes is rather straight-forward and fits well
> with the garbage-collection model of memory allocation, so I was
> wondering if there was any interest in seeing a Rope object in Ruby 
> 2.0.
> It would give us that immutable string representation that everyone is
> always talking about as a plus for choosing Python.  Ropes are also a
> lot more memory-friendly than Strings for cases where the text sequence
> is long, or is to be heavily modified.

thanks for the reference. i'll probably take a
look at this for the rubydium string class.

Alex


In This Thread