This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
RE: inlining and string concatenation
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Subject: RE: inlining and string concatenation
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Mon, 1 May 2000 19:00:29 -0700 (PDT)
- Cc: "'Bryce McKinlay'" <bryce at albatross dot co dot nz>, Tom Tromey <tromey at cygnus dot com>, Java Discuss List <java-discuss at sourceware dot cygnus dot com>
- References: <140D21516EC2D3119EE700902787664456E7BE@hplex1.hpl.hp.com>
>>>>> "Hans" == Boehm, Hans <hans_boehm@hp.com> writes:
Hans> Has anyone thought about using a rope-like data structure (cf.
Hans> http://reality.sgi.com/boehm/ropeimpl.html, or the cord
Hans> implementation in the garbage collector distribution
Hans> http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/cordh.txt)
Hans> for Strings?
Maybe Per did when he wrote java.lang.String. I don't know. I
certainly haven't.
Tom