Thomas Christensen

Results 97 comments of Thomas Christensen

Many thanks from here as well @timholy - a bunch to learn from studying your techniques here..! I had been playing around briefly with a simpler "workload", namely just testing...

Hi @gustavojra. That change has some significant side-effects though: now, every access of a field of an `Atom` is type-unstable. Effectively, this will make anything that uses an `Atom` type-unstable....

I would love to use this! I wonder though if the interface could be designed to allow greater flexibility in what to "fix": e.g., it might be nice to be...

I was thinking that the vertex iterator of the graph and `pin` should just have identical lengths. It's true that it might be nice to allow `pin` to potentially just...

Tangentially, it would be nice to add this functionality to `Spring` as well (which has a very similar update step). Might be that `Stress` could have this too, but the...

Can report same problem here; excessive memory usage that doesn't go away unless the Julia process is manually killed from the Task Manager. ``` Julia Version 1.4.0 Commit b8e9a9ecc6 (2020-03-21...

This seems to run counter to most of the point of having a *Core.jl package: the parent package _must_ commit a great deal of type-piracy. For StaticArrays, it must be...

Doesn't seem to actually require recent Pkg.jl, so the reproducer can be simplified a bit to just: ```jl julia> using SnoopCompileCore julia> invalidations = @snoopr using StaticArrays; julia> using SnoopCompile,...

Bump: would be great to have this merged.