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.
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.
Overzicht
FastCat is Freeware software in de categorie Webontwikkeling ontwikkeld door Canadian Mind Products.
De nieuwste versie van FastCat is 2.4, uitgegeven op 14-11-2014. Het werd aanvankelijk toegevoegd aan onze database op 14-11-2014.
FastCat draait op de volgende operating systems: Android/iOS/Windows.
FastCat niet is nog niet beoordeeld door onze gebruikers.
Recente beoordelingen
|
|
WireVpn
WireVpn: Ontketen je online vrijheid |
|
|
Microsoft System CLR Types para SQL Server 2012
Verbeter SQL Server 2012 met Microsoft System CLR-types |
|
Free 3GPP to MP3 Converter
Converteer eenvoudig 3GPP naar MP3 met een gratis 3GPP-naar-MP3-converter |
|
|
|
USB for Remote Desktop
Naadloze USB-toegang met Remote Desktop: een gamechanger |
|
Halloween Bats Screensaver
Je scherm laat je schrikken met de Halloween Bats schermbeveiliging |
|
|
Speed Up PC 2012
Verouderd en ineffectief: Accelerate Up PC 2012 schiet tekort |
|
|
UpdateStar Premium Edition
Uw software up-to-date houden is nog nooit zo eenvoudig geweest met UpdateStar Premium Edition! |
|
|
Google Chrome
Snelle en veelzijdige webbrowser |
|
|
Microsoft Edge
Een nieuwe standaard in surfen op het web |
|
|
Microsoft Visual C++ 2015 Redistributable Package
Verbeter de prestaties van uw systeem met Microsoft Visual C++ 2015 Redistributable Package! |
|
|
Microsoft OneDrive
Stroomlijn uw bestandsbeheer met Microsoft OneDrive |
|
|
Microsoft Visual C++ 2010 Redistributable
Essentieel onderdeel voor het uitvoeren van Visual C++-toepassingen |