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.
Visão geral
FastCat é um software Freeware na categoria Desenvolvimento Web desenvolvido pela Canadian Mind Products.
É a versão mais recente de FastCat 2.4, lançado em 14/11/2014. Inicialmente foi adicionado ao nosso banco de dados em 14/11/2014.
FastCat é executado nos seguintes sistemas operacionais: Android/iOS/Windows.
FastCat não tem sido avaliado pelos nossos utilizadores ainda.
Últimas revisões
|
|
RAV Endpoint Protection
Solução poderosa de proteção de endpoint para empresas |
|
|
Audacity
Edite e grave áudio com facilidade usando o software Audacity. |
|
|
Python
Codificação eficiente com Python |
|
|
TeamViewer
Acesso à Área de Trabalho Remota sem Esforço com o TeamViewer |
|
|
Dropbox
Armazene, sincronize e compartilhe arquivos sem esforço com o Dropbox! |
|
|
Epson Printer Connection Checker
Garanta uma impressão perfeita com o Verificador de Ligação da Impressora Epson |
|
|
UpdateStar Premium Edition
Manter seu software atualizado nunca foi tão fácil com o UpdateStar Premium Edition! |
|
|
Google Chrome
Navegador da Web rápido e versátil |
|
|
Microsoft Edge
Um novo padrão na navegação na Web |
|
|
Microsoft Visual C++ 2015 Redistributable Package
Aumente o desempenho do seu sistema com o Microsoft Visual C++ 2015 Redistributable Package! |
|
|
Microsoft OneDrive
Simplifique o gerenciamento de arquivos com o Microsoft OneDrive |
|
|
Microsoft Visual C++ 2010 Redistributable
Componente essencial para executar aplicativos do Visual C++ |