StringBuffer/Builder vs Collection Access
    Ruslan Shevchenko 
    rssh at gradsoft.com.ua
       
    Sun May 17 23:40:27 PDT 2009
    
    
  
Also partial results, full data later:
Under simplicified collection element access i understand call of
 Collection.get or List.set or Map.put
Under simplicified StringBuilder/Buffer append: call of
StringBuilder.append or StringBuffer.append
jetty:
simplicified collection element access  :       241
simplicified StringBuilder/Buffer syntax        :       363
gwt-user:
simplicified collection element access  :       324
simplicified StringBuilder/Buffer syntax        :       216
hibernate:
simplicified collection element access  :       613
simplicified StringBuilder/Buffer syntax        :       1128
    
    
More information about the coin-dev
mailing list