Bug 36892 - Make scanner creating cheaper
Summary: Make scanner creating cheaper
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-25 07:48 EDT by Jerome Lanneluc CLA
Modified: 2003-06-19 18:06 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2003-04-25 07:48:42 EDT
Build 2.1

Make scanner creating cheaper (allow scanner to work on a shared buffer)
Comment 1 Philipe Mulet CLA 2003-04-29 06:54:31 EDT
Scanner is iterating over a char[]. This isn't going to change for performance 
reasons.
Comment 2 Philipe Mulet CLA 2003-06-19 18:06:23 EDT
Clients should figure how to make better usage of input char[] source.
Closing as wontfix.