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.
Vue d'ensemble
FastCat est un logiciel de Logiciel gratuit dans la catégorie Développement Web développé par Canadian Mind Products.
La dernière version de FastCat est 2.4, publié sur 14/11/2014. Au départ, il a été ajouté à notre base de données sur 14/11/2014.
FastCat s’exécute sur les systèmes d’exploitation suivants : Android/iOS/Windows.
FastCat n'a pas encore été évalué par nos utilisateurs.
Télécharger ne sont pas encore disponibles. S'il vous plaît ajoutez-en un.
Restez à jour
avec UpdateStar freeware.
avec UpdateStar freeware.
Derniers avis
|
|
MSYS2 64bit
MSYS2 : L’environnement de développement ultime pour Windows |
|
|
Native Access
Rationalisez votre flux de production musicale avec Native Access |
|
|
Figma
Figma : l’outil de conception collaborative ultime |
|
|
Sketch Drawer
Transformez vos photos en croquis artistiques en toute simplicité |
|
|
IObit Driver Booster
IObit Driver Booster - Gardez vos pilotes à jour en toute simplicité |
|
|
ROBLOX Player for Admin
Améliorez votre expérience ROBLOX avec les commandes d’administration |
|
|
UpdateStar Premium Edition
Garder votre logiciel à jour n’a jamais été aussi facile avec UpdateStar Premium Edition ! |
|
|
Google Chrome
Navigateur Web rapide et polyvalent |
|
|
Microsoft Edge
Un nouveau standard en matière de navigation sur le Web |
|
|
Microsoft Visual C++ 2015 Redistributable Package
Améliorez les performances de votre système avec le package redistribuable Microsoft Visual C++ 2015 ! |
|
|
Microsoft OneDrive
Rationalisez votre gestion de fichiers avec Microsoft OneDrive |
|
|
Microsoft Visual C++ 2010 Redistributable
Composant essentiel pour l’exécution d’applications Visual C++ |