Add new comment

Looks like you have some

Looks like you have some runtime checks turned on (not initialized variables, array bounds check, etc).

Also, Visual Studio's heap debug slows down every program w/ large memory allocations (when run inside Visual Studio)

-- Alex Tutubalin @LibRaw LLC