FastCat 2.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 19 March, 2024. 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 . 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 272 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.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  5.0/5     6
Downloads: 272
Updated At: 2024-03-19
Publisher: Canadian Mind Products
Operating System: Windows, Windows-mobile
License Type: Free