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.
Resumen
FastCat es un software de Freeware en la categoría de Desarrollo Web desarrollado por Canadian Mind Products.
La última versión de FastCat es 2.4, aparecido en 14/11/2014. Inicialmente fue agregado a nuestra base de datos en 14/11/2014.
FastCat se ejecuta en los siguientes sistemas operativos: Android/iOS/Windows.
FastCat no ha sido calificada por nuestros usuarios aún.
Últimas reseñas
|
|
USB for Remote Desktop
Acceso USB sin interrupciones con escritorio remoto: un cambio de juego |
|
|
RAV Endpoint Protection
Potente solución de protección de endpoints para empresas |
|
|
ProtonVPN
Mantente seguro y privado en línea con ProtonVPN |
|
|
Wavepad
Wavepad: Edita tu audio con facilidad |
|
|
Mozilla Thunderbird ESR
Mozilla Thunderbird ESR — Cliente de correo electrónico estable, seguro y listo para empresas |
|
|
PixelSee
¡Mejora tu pixel art con PixelSee! |
|
|
UpdateStar Premium Edition
¡Mantener su software actualizado nunca ha sido tan fácil con UpdateStar Premium Edition! |
|
|
Google Chrome
Navegador web rápido y versátil |
|
|
Microsoft Edge
Un nuevo estándar en la navegación web |
|
|
Microsoft Visual C++ 2015 Redistributable Package
¡Aumente el rendimiento de su sistema con el paquete redistribuible de Microsoft Visual C++ 2015! |
|
|
Microsoft OneDrive
Optimice la administración de archivos con Microsoft OneDrive |
|
|
Microsoft Visual C++ 2010 Redistributable
Componente esencial para ejecutar aplicaciones de Visual C++ |