Tcl Source Code

View Ticket
Login
Ticket UUID: 1827996
Title: efficient byte array glob matching
Type: Patch Version: None
Submitter: hobbs Created on: 2007-11-08 00:48:06
Subsystem: 12. ByteArray Object Assigned To: hobbs
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2007-11-08 07:50:50
Resolution: Fixed Closed By: hobbs
    Closed on: 2007-11-08 00:50:50
Description:
In the case where we are doing string match on bytearrays, the conversion can be costly.  Added internal TclByteArrayMatch to address this, use in INST_STR_MATCH.

TclUniCharMatch and TclByteArrayMatch are both worthy of being public.
User Comments: hobbs added on 2007-11-08 07:50:50:
Logged In: YES 
user_id=72656
Originator: YES

Applied to 8.5b3

hobbs added on 2007-11-08 07:48:07:

File Added - 253350: bytearraymatch.diff

Attachments: