You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/12/01 05:17:07 UTC

[jira] Deleted: (MAVEN-444) md5sum in maven-new could be made more efficient

Message:

  The following issue has been deleted from JIRA.

---------------------------------------------------------------------

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-444
    Summary: md5sum in maven-new could be made more efficient
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Original Estimate: 30 minutes
 Time Spent: Unknown
  Remaining: 30 minutes

    Project: maven

   Assignee: 
   Reporter: Ben Walding

    Created: Mon, 26 May 2003 9:43 PM
    Updated: Mon, 4 Aug 2003 10:57 AM

Description:
The MD5Sum implementation maven-new uses, loads the entire file it is digesting into memory before using the JCE on it.

This could be improved to digest using the incremental digestion methods (MessageDigest.update)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org