Smooth Operator

Results 138 comments of Smooth Operator

I use... ```nim when not defined(release): requires "... some testing stuff ..." ``` ...with the conceit that eventually a package manager might do the right thing.

Unfortunately for Nim users, `requires` statements are really the only reason to have a `.nimble` file.

Arc can technically support a scope-based custom allocator; developing better support for such an animal would be a huge attraction to both Nim and a GPU-based ML library.

I don’t know when you tried, but without issues, it’s hard to know what rough spots need polish. We need more demanding tests, but FWIW, these days I expect arc...

Well, if you can give me a repro, maybe we can find and fix the problem. 3600 versus 4500 is not a surprising difference between arc and m&s, partly because...

This should probably be filed and discussed elsewhere.

It looks like a Nim problem based upon your repro, but we will need to minimize it further.

Ideally, we can remove the jester dependency as well.

Is there a reason you didn't simply use so-called "raw values"?

I understand the schema; I just would have hacked it together more explicitly using the mechanics we already have. That said, this seems like a pretty harmless change that opens...