Apps112

FastCat 2.4 - Download




About FastCat

Streamlined version of StringBuilder that does not allocate a buffer until the very last mintute, and allocates it the exact size needed.

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
garbage collection occurs less frequently, which speeds it up. I got a
10% speedup when I switched over the HTMLMacros app to use it.

The basic idea of FastCat is you estimate how many chunks you concatenate,
not the length of the output.



Previous Versions

Here you can find the changelog of FastCat since it was posted on our website on 2015-04-25 03:00:00. The latest version is 2.4 and it was updated on 2026-03-08 07:18:54. See below the changes in each version.

FastCat version 2.4
Updated At: 2014-09-07
Changes: add toAndList, creates list of form a, b, c and d.
FastCat version 1.3
Updated At: 2010-02-13
Changes: convert to Java 1.5 from 1.6


Related Apps

Here you can find apps that are similar with FastCat.



Disclaimer

External Download


We do not host FastCat on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by the software publisher and passed their terms and conditions to be listed there. We recommend caution when installing it.

The external download link for FastCat is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  5.0/5     6
Downloads: 431
Updated At: 2026-03-08 07:18:54
Publisher: Canadian Mind Products
Operating System: Win2000,WinXP,Win7 X32,Win7 X64,Windows 8,Windows 10,WinServer,WinOther,Windows2000,Windows2003,Windows Server 2000,Windows Server 2003,Windows Server 2008,Windows Server 2008r2,Windows Server 2012,Windows Tablet PC Edition 2005,Windows Media Center Edition 2005,WinVista,Windows Vista Starter,Windows Vista Home Basic,Windows Vista Home Premium,Windows Vista Business,Windows Vista Enterprise,Windows Vista Ultimate,WinVista X64,Windows Vista Home Basic X64,Windows Vista Home Premium X64,Windows Vista Business X64,Windows Vista Enterprise X64,Windows Vista Ultimate X64
License Type: Free