Jerry Ling

Results 651 comments of Jerry Ling

that CondaPkg.toml has nothing but the `openssl` I just added ``` > cat /home/akako/Documents/github/dotFiles/homedir/.julia/dev/UnROOT/CondaPkg.toml [deps] openssl = "=3.3.0" ``` for completness: ``` > cat /home/akako/.julia/packages/PythonCall/Nr75f/CondaPkg.toml [deps.libstdcxx-ng] version = "

is that just union splitting giving up?

From perspective of Arrow, a `Vector{Vector{}}` is stored as a `content` vector and an `offset` vector, similar to how https://github.com/JuliaArrays/ArraysOfArrays.jl works. Now, if it actually used that, the `push!()` would...

When there's compression involved it won't be purely Mmaped. In general I agree, I'm saying if the resultant table uses that it would have worked. But likely out of the...

with workspaces, this should be expanded to be able to activate any workspace or...? `--docs` would be useful, and `--benchmarks`

I'm trying to obtain the time evolution (exp(-im*t*H)) given a Hamiltonian(H) in matrix representation so often the matrix is bigger than 3x3. (although for pedagogical purpose usually not much bigger)

are we bench marking on same architecture? I fear this is one of thus x86_64 vs. macOS M-series problem FWIW, on an AMD Zen4: ```julia # this PR (vlc)> julia...