Kristoffer Carlsson

Results 1634 comments of Kristoffer Carlsson

Would juliaup start suggesting updating to the patch prerelease version? Is that desired?

I think that is more based on how you installed Julia. A standard installation will not have that property.

No, the same applies to the official installation method.

It puts an absolute path to the Julia executable at a place. It could probably have put `julia +1.9` in there instead. The app stuff in Pkg I am working...

If it isn't the default it doesn't seem worth doing at all because all julia infrastructure would have to add support for it with probably very few uses (the vast...

Even with the revert of https://github.com/JuliaLang/julia/pull/51760 there still seem to be some slowdown: 1.10: ``` julia> @btime copyto!($bv, $av); # fast, indices are Base.OneTos 3.695 μs (0 allocations: 0 bytes)...

FWIW, there have been quite a few improvements to the Base `Dict` that has not been carried over to the `OrderedDict`. I am not sure this matters in practice but:...

Just for my understanding, for a large core-count machine this would at most save half of the memory compared to before? With this change, we set OpenBLAS to 1 thread,...

Do you have an example?