realbasic-nug
[Top] [All Lists]

Re: Quickest way to build a string?

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Quickest way to build a string?
From: Lars Jensen <larsjensen@gmail.com>
Date: Thu, 29 Jan 2009 16:03:11 -0800
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=FzXC8KEJaDz0RDr846cklGnTEhhtXxuYMs7HckuH3e0=; b=Igjb6cU05C7Ab3dXaNIXD5s0JXTGo0jvsPMzNgVzSD68BXO3rhuZ/w350QbCUfbWBU tAf6DONwXzRxWDdbJergMKrLWmQaQB6anLKTWnawcf2S5/PL2bLCt52fuR699bss6kW7 lenRPG/uKOfOJOndvcOnGLC4WoofiLHG7lEjA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=bmyElOPGYF0lpU45yCX0dKbFh8SPk3uTkh9cXyFOk/g0zA/hTNXfvZ7JsotSNuhQWB U5m3Piimtd5eqqFLTx5hCTJV2LiTMD05FZjuIsgs7yNoLIO9WKAb7MPhP704eJZeMKx4 dlkzQnQ0Ap0j2LuQtKwukUjJL2aVEX7RjwHS0=
In-reply-to: <49823E47.1010903@cowgar.com>
References: <498238EF.4010801@cowgar.com> <E51786AC-94C3-411B-B0FC-1E74A0D453CA@stretchedout.com> <49823E47.1010903@cowgar.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
I'd consider making a Text class to handle such things. I'd start with
a simple, slow implementation (probably based on String, and with a
nice unit tester), and then if performance actually proves to be an
issue, you can improve the Text class.

lj

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>