FastCat2.4



Publisher Description

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.



About FastCat

FastCat is a free software published in the Java & JavaScript list of programs, part of Web Development.

This Java & JavaScript program is available in English. It was last updated on 08 March, 2026. FastCat is compatible with the following operating systems: Windows, Windows-mobile.

The company that develops FastCat is Canadian Mind Products. The latest version released by its developer is 2.4. This version was rated by 6 users of our site and has an average rating of 5.0.

The download we have available for FastCat has a file size of N/A. Just click the green Download button above to start the downloading process. The program is listed on our website since 2014-09-07 and was downloaded 427 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded software with your antivirus. Your antivirus may detect the FastCat as malware if the download link is broken.

How to install FastCat on your Windows device:
  • Click on the Download button on our website. This will start the download from the website of the developer.
  • Once the FastCat is downloaded click on it to start the setup process (assuming you are on a desktop computer).
  • When the installation is finished you should be able to see and run the program.

Program Details


General

Publisher
Released Date
2014-09-07
Languages
English

Category

Category
Subcategory

System requirements

Operating systems
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

Download information

File size
N/A
Total downloads
427

Pricing

License model
Free
Price

Version History


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

version 2.4

posted on 2014-09-07

add toAndList, creates list of form a, b, c and d.

version 1.3

posted on 2010-02-13

convert to Java 1.5 from 1.6






Click stars to rate this APP!

Users Rating:
  5.0/5     6
Downloads: 427
Updated At: 2026-03-08
Operating System: Windows
License Type: Free