Dmitry Azaraev

Results 17 comments of Dmitry Azaraev

@magreenblatt finding parent process + open handle is bad anyway because it is highly inefficient, as there is no "GetParentProcessHandle" syscall. Also afaik network service normally outlives parent process in...

@magreenblatt Instead of using OpenProcess in child, parent can pass own handle to child process directly(would require patching). This should not hit in sandbox restriction, but this is seems like...

I'm don't think what WS_EX_COMPOSITED can provide any benefits in chromium rendering, as well as it can't provide any sensible benefits in dwm-enabled systems (because they always composited). Chromium actually...

@vadz in modern world no-one can benefit in double-buffering. DWM literally allocate texture for every window and composite your desktop. E.g. no application draw near to plysical device at all....

Then 7zip is simply better, which initially was used, but then rejected for some reason. .tar.bz or .tar.xz will always go slower, as it non-true "solid" archive which requires, depending...

To clarify, I'm not against .xz, it virtually same thing, so it provides also good compression ratio, which I'm welcomed. Also, Windows 10 has tar(bsdtar) on board, but it again,...

@Artoria2e5 mine tar requires bzip2.exe and it doesnt work cause bzip2 absent. Windows 10 also includes curl. Nice, but it compiled without zlib/gzip support, so it cant download compressed deflate...