On 02/22/2012 09:25 PM, Vladimir Panteleev wrote:
I played with some algorithms today and got about a 7x improvement in
reduction time for my test case. The data is now arranged into a binary
tree, and the progress indicator was changed to reflect that. Let me
know if I broke anything in the process.

No new features have been added. Still thinking about how to handle lists.

---

DustMite is a tool which minimizes D source code.
https://github.com/CyberShadow/DustMite

I ran into an ICE today and decided to try DustMite. I couldn't compile it though:

chad@Hugin ~/dprojects/dustmite $ dmd dustmite.d dsplit.d
dustmite.d(873): expression expected, not '>'
dustmite.d(873): found 'regex' when expecting ')' following template argument list
dustmite.d(873): semicolon expected following auto declaration, not ')'
dustmite.d(873): found ')' instead of statement

DMD32 D Compiler v2.057
on Gentoo Linux

If it's because my compiler is a version behind, then don't worry about it too much. I haven't updated because issue 5278 (http://d.puremagic.com/issues/show_bug.cgi?id=5278) makes it a pain for me to upgrade the dmd.

Reply via email to