Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
scienceplease
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
scienceplease
2y ago
> cooperative scheduler that isn't using native kernel threads Can anyone point me towards cooperative thread schedulers that use native kernel threads? Would this effectively mean implementing a cooperative model on top of pthreads
2.
▲
by
scienceplease
2y ago
In the interim, check out basedpyright [1]. It's an up-to-date fork of pyright with some improvements, less arbitrary limitations, and does not require npm to install. [1] https://github.com/detachhead/basedpyright
3.
▲
by
scienceplease
3y ago
This is really amazing work! Is it still ongoing/funded?
4.
▲
by
scienceplease
3y ago
"If you interpret that operation as signed math it's computing 254 + 1 = 255, while if you interpret it as unsigned math it was -2 + 1 = -1." I think the author swapped "signed math" with "unsigned math"