SourceForge.net wrote:
Feature Requests item #1251014, was opened at 2005-08-03 05:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1251014&group_id=2439
[...]
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: large file support

Initial Comment:
Scintilla is very slow when handling large files, e.g.
replacing all "a"-s with "b"-s in a 50 MB file.
So it could be much faster.

Thanks for this very useful suggestion...

Note: Indeed, some optimization could be done on some search/replace operations, but: - Scintilla is a code editor and source codes of 50MB are quite scarce... (I know, XML...) So is it worth spending much time on an optimization rarely useful? (I would like time spent on optimizing display of very long lines, instead...) - currently, knowing the limitation, I would do such operation with an optimized tool, like sed or even Perl or similar.

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to