Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jespersmith
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
40 ms
·
1.
▲
by
jespersmith
12y ago
The source code is documented using Javadoc. We will upload the HTML version in the coming days.
2.
▲
by
jespersmith
12y ago
Hi, I'm the primary author of this library. Setting the thread affinity of the current thread should be possible using the Affinity.setAffinity(int... cpuID) call. Underneath, it calls sched_settaffinity(0, sizeof(set), &set); I&#x