Fastcat

FastCat

Download URL | Author URL | Software URL | Buy Now ($0)

FastCat is a streamlined speedy version of StringBuffer/StringBuilder that
is more efficient because it does not allocate a buffer until the very
last minute, and allocates it the exact size needed. You use it in
writing your own Java Programs. It works very similarly to StringBuilder,
so the Javadoc should be all you need.

FastCat is null-safe. If you pass a null or a 0-length string to one of
the .append methods it does nothing. This means you can streamline your
application code. You don't have to explicitly avoid appending nulls, an
error that can slip through testing with StringBuilder since it may occur
only rarely. FastCat does not work well if you append one character at a
time to your FastCat. For that sort of application, use the traditional
StringBuilder. FastCat works very quickly with minimal RAM usage if you
can accurately predict roughly how many chunks you will append but have
only a vague idea of the final total size. By minimising RAM usage, your
ga

Related software (2)

ASP String Component

ASP String Component

ASP String Component - Parsing, RFC 822, RFC 3339 Date/Time Conversion, Encoding/Decoding for Base64, Hex, HTML Entities, URL, Quoted-Printable, Language Detection, Charset Encodin ...

concat

concat

Concatenate text files and SQL Scripts with placeholders and Hierarchical concatenation to build and maintain SQL Patch Scripts.

RSS Feed | submit pad file