Why is building the community and ecosystem such a struggle?

2023-10-25 Thread khaledh-nim
> I've seen many time comments that are quite harsh, and honestly people, even > lurkers, don't want to deal with that. This. I'm torn because I love the language, but I get doubts about whether it's worth it or not due to the harshness of some of the interactions I see repeated here and on is

How do i look into this runtime-failure?

2023-10-25 Thread Araq
Compile in non-release mode.

related_post_gen benchmark

2023-10-25 Thread Araq
I think Malebolgia is missing some very simple patch that disables its blocking nature for the main thread.

related_post_gen benchmark

2023-10-25 Thread mratsim
> I believe that's because currently the main thread participates as a worker, > so if the main thread is still working, no new work is started. The commit is here

related_post_gen benchmark

2023-10-25 Thread brainproxy
When the numbers with malebolgia seemed a bit off to me, I did a larger run over 250k random posts. Activity Monitor on macOS (or htop on Linux) showed that for a pool size of `N` (4, 8, 16), only `N -1` vCPUs were pegged at 100%. When I tried with taskpools, `N` were pegged, and the completion

How do i look into this runtime-failure?

2023-10-25 Thread Hobbyman
The only error-info I get is this: Hint: mypath/g_mine [Exec] mypath/g_mine.nim(1198) g_mine /home/user/.choosenim/toolchains/nim-2.0.0/lib/std/assertions.nim(25) getChildLinks /home/user/.choosenim/toolchains/nim-2.0.0/lib/system/fatal.nim(53) sysFatal Error: unhandl

How do i look into this runtime-failure?

2023-10-25 Thread Hobbyman
Besides echoing stuff...

related_post_gen benchmark

2023-10-25 Thread tsojtsoj
> I switched nim_con from malebolgia to nim-taskpools because malebolgia wasn't > saturating the cores; not sure if I misunderstood or did something > incorrectly with malebolgia or if it's a bug. I _believe_ that's because currently the main thread participates as a worker, so if the main thre

related_post_gen benchmark

2023-10-25 Thread brainproxy
Update for anyone interested: Nim is currrently #5 for single-threaded, or #4 if you don't count the _Julia HO_ entry that was written by a space alien (I think). The top 10 are all very close in the 5k runs. Nim is currently #8 for multi-threaded, edged out just slightly by the normal Julia e

webidl2nim - webidl to Nim bindings generator

2023-10-25 Thread geotre
This looks great! Are you planning to publish api bindings using it?

related_post_gen benchmark

2023-10-25 Thread roxmellisa
niceee