Christiano Haesbaert

Results 104 comments of Christiano Haesbaert
trafficstars

So I'm building this: https://github.com/haesbaert/ocaml-cpu So far only support for getting number of threads, setting and getting cpu affinity, works without multicore/Domains, only linux but I'll work on the rest....

If we avoid the term "threads" I think "cpus" should be used to refer to "logical cpus/threads". I believe most people associate "num_cores" with an actual core (as in the...

I have released https://github.com/haesbaert/ocaml-processor which hopefully addresses this.

Would just add a small nit here, IMHO it's easier to only expose an API that gives you "maximum number of workers", and to not write code that expects to...

> I agree that it's a simpler model to think about. If we wanted to go this way (present this as the expected usage mode), we could probably also simplify...

> > The idle domain at least needs to scan its roots. > > We could shortcut this part whenever the minor heap is completely empty. (But there is still...

Heya, this is pretty cool ! Not noise at all ! Nice to know it fits kqueue. My initial plan was to have distinct APIs for ppoll/poll, kqueue, epoll so...

Heya, I'll look into this, just hang on tight, $LIFE has gotten me by the balls. On Mon, Sep 9, 2024, 09:31 Reynir Björnsson ***@***.***> wrote: > ***@***.**** commented on...

It should be possible to compile beats without ebpf support for ppc64, I'm fairly sure you're the first one to try it and hence discover is not working, maybe we...

Indeed, it seems we have to restrict the build to linux_amd64_arm64, so it doesn't try to use ebpf outside. Can you open an issue on the beats repository and link...