Leonardo Santagada

Results 11 comments of Leonardo Santagada

your code seems to fix it... thanks.

Thanks it is running now... will try to send a pull request with some mac os x fixes.

an alternative that seems even more lightweight than urwid is https://github.com/pfalcon/picotui both don't need ncurses to work and maybe even work on windows? so using them for the wizard seems...

oh I thought the fh3 structures were opaque but guaranteed stable (with the caveat that it was the folder at that path in the past). we are on windows so...

it all makes sense, just the amount of data you need to cache is huge, as these fh3 are up to 64 bytes long (and in libnfs there's an int...

Tentei descobrir mais coisas do bug, aparentemente não é relacionado com flash... é algo quando damos um player.loadVideoById ou cueVid..

I think calling all that cpu just makes the code more confusing, why not: numa_count(), group_count(), socket_count(), cpu_count(group=, numa=) ? Then you can get the number of logical/physical cpus in...

yeah I was trying to use these mutexes in that part of the code (right now it is just using some macros that also use critical sections internally) but didn't...

I've ran a profiler at it and the problem is all the calls to GetEffectiveRightsForAclW: ![image](https://user-images.githubusercontent.com/225897/124478568-9be8ce00-dda5-11eb-82cc-f28fc65f902a.png)

I usually don't jump into these, but these examples are bad, lld already links x86/x64 incredibly fast, I can't see any adantage to these small oses to use Mold. For...