Skip to content

Approaching stability!

Pre-release
Pre-release
Compare
Choose a tag to compare
@ariccio ariccio released this 12 Jan 23:09
· 325 commits to master since this release

There's still a ton of work that I'd like to do, but it looks like everything is stabilizing. altWinDirStat is based on the 1.1.3 beta of WinDirStat.

altWinDirStat is many times faster than WinDirStat, is built using a modern toolchain, and features a modernized codebase.

I've rewritten large parts of the application, all with performance in mind, all while profiling relentlessly with vTune. I'm using vector new and placement syntax wherever possible, and do all string processing on the stack, for performance.

Lastly, I've ripped out all the gimmicky "features" ( including the ability to send email! ), which tremendously simplified the design.

The binaries are statically linked, and entirely standalone.
(source code may be a few commits behind binaries, oops. see 7de33be for the sourcecode)