You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/12/07 18:09:06 UTC

DO NOT REPLY [Bug 15160] New: - speedup for beanutils / array getter

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15160>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15160

speedup for beanutils / array getter

           Summary: speedup for beanutils / array getter
           Product: Commons
           Version: 1.5 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Bean Utilities
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: ingo@ingostruck.de


At many places within the jakarta code I discovered unnecessary usage of the java collections, which *slows down things significantly*. The appended patch is a patch for BeanUtils.getArrayProperty, but it should be considered to be a generic example how to speed up things. The FastXXX approach is a good start, but *real* arrays are *WAY* faster, since the mechanisms used here are implemented native. :o)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>