Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Squeezing spaces out of a string

Re: Squeezing spaces out of a string

From: --CELKO-- <joe.celko_at_northface.edu>
Date: 16 Feb 2004 13:06:28 -0800
Message-ID: <a264e7ea.0402161306.6aea9271@posting.google.com>


>> What is optimal? Smallest nesting depth? Or lowest number of string
operations? ... the Fibonacci series getting a slight edge for large strings ... comes down to the relative costs of nesting depth vs. string operations. <<

Very nice work! I am impressed! I would assume that string operations would be the expensive part since nesting can be unrolled in the compiler. Received on Mon Feb 16 2004 - 15:06:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US