DDT 0.5.0 ("Creamfields") released

Jacob Carlborg doob at me.com
Thu Dec 1 09:44:41 PST 2011


On 2011-12-01 16:18, Bruno Medeiros wrote:
> On 27/11/2011 18:29, Trass3r wrote:
>> Does DDT use a separate thread for parsing?
>> Editing bigger files can be extremely laggy.
>
> It does use a separate thread for parsing (standard practice with any
> Eclipse IDE). Doesn't mean there can't be issues causing laggyness.
>
> I'm getting increasingly concerned with these reports of DDT becoming
> slow when editing large files, but I don't know how to replicate them (I
> don't program in D with large enough files to ever come across it), so
> unless someone gives me some test data - the files they are editing,
> machine specs, what they were doing (just typing or also doing content
> assist, etc.) - it will be very hard to address this issue!

Well, just put a large library in a project, like Phobos, Tango or DWT. 
std.datetime in Phobos is 35+k lines of code. Then try different 
features like autocompletion and similar.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-ide mailing list