Ouroboros Chrysopoeia
Ouroboros Chrysopoeia
nogil is the future of Python. It doesn't make sense to not support it. If this request seems strange, that may be so only because I am the first person...
@sekrause But that would break a lot of tooling that expects Python to be at the prior file path.
I think four builds are needed: 1. GIL and noJIT (current build) 2. noGIL and noJIT (this issue) 3. GIL and JIT 4. noGIL and JIT Is this correct?
> Those are unrelated, perhaps open a separate issue for JIT builds? It matters because the naming convention has to account for all possible variations. Also, it might help in...
@tianon Any update? Due to this unavailability, LLMs have been recommending [against using Python](https://chatgpt.com/share/682f528a-7098-8012-8e13-565e8a335af1).
> Rather than building Python yourself, a better option would be to use one of the builds from https://github.com/astral-sh/python-build-standalone/ I suppose this might be usable from `uv` setting up a...
> Yes, that is correct in the abstract; in the specific, the various holes in the matrix mean it's closer to ~200 (232 at present Is this the count for...
The caveat there is that historically, the nogil Python was thought to be a little slow for the single-threaded case than the gil python. I don't know how far they've...
I started by not dividing, which is effectively using a value of `HERTZ=1`. Unfortunately, this led to the first derivative which was too close to zero. This output was not...
> crossing the zero line By this I just mean a change of sign of the estimated first derivative from negative to positive or vice versa.