Browser you have is obsolate. Please, download the modern Firefox, Chrome, Opera or Yandex browser for comfort surfing!
  
World Software Catalog
Internet catalog of free and paid applications of the World
  
 RU  EN 
Software search
Description language 1Description language 2Description language 3Description language 4
PlatformLicenseASP member
ClassSpecificCategory
NamePublisher/developer
KeywordsDescription
      
FastCat 2.4
Company: Canadian Mind Products
Country: Canada, BC, Victoria
ASP member: Yes
Company Web site: http://mindprod.com
Site of program: http://mindprod.com/products.html
Application info: http://mindprod.com/products1.html#FASTCAT

Author: Roedy Green

Sales email: inquiry@mindprod.com
Support email: inquiry@mindprod.com

License type: Freeware
Class: Web Development::Java & JavaScript
Specific: Development Tools
Categories: Programming :: Java, Programming :: Source Code
Platform: Windows
OS: Win2000, WinXP, Win7 x32, Win7 x64, Windows 8, Windows 10, WinServer, WinOther, WinVista, WinVista x64
System requirements: Java 1.8+
Language: English
Limitations: No limitations.

  
Keywords: FastCat, concatenation, String concatenatin, StringBulider replacement, StringBuffer replacement

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.
Report Malware



 0   
0.09 MB

DateVersionStatusRelease history
07 Sep 20142.4Minor Updateadd toAndList, creates list of form a, b, c and d.
Distribution permissions: You may include FastCat any CD compilation.
You may not sell FastCat It is free.

Ratio:

Back  Top

 
  0  0
New on site
March 2024
   Su   Mo   Tu   We   Th   Fr   Sa   
             1   2   
   3   4   5   6   7   8   9   
   10   11   12   13   14   15   16   
   17   18   19   20   21   22   23   
   24   25   26   27   28   29   30   
   31               
 29 March 2024 year, Friday 
User
Autorization
e-mail:

password:


Register
RSS-feed
RSS-лента    Valid RSS
Online
Guests: 5
Users: 0
Bots: 73
Total users: 52
Banners

Copyright © 2020-2024 MaaSoftware OOO