Jared Fields
Jared Fields
@RecruitMain707 See the full OP. `markAndSweep` is quite a bit faster with threads than without. This is an arc/orc issue as confirmed by disruptek.
https://github.com/nim-lang/Nim/issues/15661
What would be the limitations of the Nim GC? As I understand it, the Nim GC is not "stop the world" like Python's GIL. Also I'm seeing a good bit...
I also think I must not be doing something correctly with regards to arc/orc. When testing Jester with orc on the latest `Nim@#devel` I was getting speeds of 3600 requests...
Upon running these tests, it became apparent that the slow down with `arc/orc` occurs when using threads. When not using threads, `orc` is quite performant indeed. Please advise if there...
@disruptek Sure. Where should I put it? Under Jester or under Nim? @sinkingsugar Back to the issue of loading a FastAI model under NimTorch, I only need CPU support for...
Meaning (A) to remove all the other routes or (B) a completely different example that uses threading without Jester?
I'm trying to repro this, but I'm not sure how... `httpbeast` does not use `parallel`, so that could be why the following does not elicit the issue. ```nim import times,...
@sinkingsugar I am willing to help in adding support for importing `.pth` and `.pkl` files, if you could give me some direction on what needs to be done.
It's a work machine running Windows 8.1. I haven't been able to get WSL working on it.