Ticket UUID: | 429695 | |||
Title: | Speed increase of base64 & md5 | |||
Type: | Patch | Version: | None | |
Submitter: | msofer | Created on: | 2001-06-03 00:30:21 | |
Subsystem: | base64 | Assigned To: | andreas_kupries | |
Priority: | 5 Medium | Severity: | ||
Status: | Closed | Last Modified: | 2001-06-22 21:33:40 | |
Resolution: | Fixed | Closed By: | andreas_kupries | |
Closed on: | 2001-06-22 14:33:40 | |||
Description: |
The patch contains: (a) Rewrite of base64::encode and base64::decode. The processing times are about 30% of the previous; additionally, this version runs for Tcl8.0 (b) Rewrite of the pure tcl md5 algorithm. The processing times are about 30% of the previous. | |||
User Comments: |
andreas_kupries added on 2001-06-22 21:33:40:
Logged In: YES user_id=75003 Final patch committed andreas_kupries added on 2001-06-22 21:31:34: File Added - 7671: 1.diff Logged In: YES user_id=75003 Attached the final patch, speeding up base64 and md5, adding sha1. andreas_kupries added on 2001-06-21 00:01:54: Logged In: YES user_id=75003 I will compare this to the MD5 speedup patch done by Donal Fellows before committing. msofer added on 2001-06-03 07:30:21: File Added - 6933: patch |