Please use one of the links below to download FastCat

Download Now

Freeware 90 KB

Window 8 Compatible

Antivirus Information

We did not scan FastCat for viruses, adware, spyware or other type of malware. For your own protection it's recommended to have an updated antivirus installed on your computer when downloading and installing programs from Windows10Compatible. We strongly recommend you to use Antivirus and check FastCat for viruses before you install.

Windows10Compatible lists downloads from various software publishers, so if you have a question regarding a particular software contact the publisher directly. The download links for FastCat are provided to you by Windows10Compatible without any warranties, representations or gurantees of any kind, so download at your own risk.

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.

RELATED PROGRAMS

String-O-Matic

String-O-Matic performs search and replace operations with multiple strings in multiple files. It was designed specifically for computer programmers working on large projects with many source code files, however any type of file can be used, including HTML. Search and...


Metamorphosec String Hash Generator

Metamorphosec String Hash Generator can generate hashes for specified string. It supports 45 hash algorithms. It also supports string properties (i.e. Lines, Words, Characters (with spaces), Characters (no spaces), Bytes) and string hex dump. It accommodates to sort results by...


Barcode Scanner ASCII String Decoder

This is a free software application that reveals hidden, non-visible commands in addition to ASCII characters from keyboard emulation devices, such as a USB Barcode Scanner. This barcode decoder application is especially helpful in determining if non-printable ASCII commands such...


Details

Keywords