Kristoffer Carlsson
Kristoffer Carlsson
As long as the triangle inequality is fulfilled it should work in theory. Would have to look at a specific example to say anything more.
Sorry, I merged some stuff that conflicts with this. For the distances, I think it is ok to do what we currently do and let the input points determine the...
Here is some sort of profile: Maybe https://github.com/JuliaLang/juliaup/blob/5967916d85ed2935e8c35e3818830b9db5daa191/src/operations.rs#L35-L51 is slow?
Thanks, and sorry for the very slow feedback here.
Sorry for the slow response here. Have you tried this with CMD.exe on Windows? Does it work well? I thought that only supported 16 colors. But maybe we shouldn't optimize...
I've disabled the output overwrite function on 1.9+ and I am not so keen to put it back. For this feature, wouldn't it make sense to have a field in...
I think this requires setting the `prompt_prefix` and `prompt_suffix` fields analogously to what is done in https://github.com/KristofferC/OhMyREPL.jl/blob/c0f7fbd77fc56ed0e5c3ddf90476c0a0613d0839/src/prompt.jl#L7-L11
Sorry for the slow response here. I've been hardcore neglecting this package for quite a while. Looking at this with fresh eyes I don't think it really fits very well...
A big chunk of the time is spent in LLVM where it has to compile all the code for Base Julia itself as well as the new code that is...