Rafael Schouten
Rafael Schouten
Just moving `sym` to a type parameter in `Term{S}` (and fixing some fields on `ModelFrame` that didn't do much on their own) cuts this timing from 7.7 to 4.4 seconds...
Im talking about type stability as a compilation cost, not a run-time problem. Everything is boxed and unstable here. This is slow to compile and won't be saved in precompilation....
Ok, see what I can do. It might be a week or two until I get around to it.
Heres the syntime from scrolling through a few files of julia code with and without those lines for nearly the same length of time (you can calibrate from the other...
Yes let's get all the convert methods moved over.
Maybe we need a wrapper for Dict that defines `getproperty`, or a a different kind of dict. Or... we define a NamedTuple exactly frome the pass that gets the column...
You might want to rethink your tone. Overworked, dedicated developers made this for free and build amazing things with it like Makie.jl And you can use it too, for free....
Feel free to write that document, or to present things better. Asking poeople with no time to do something they dont need is a hard sell. In contrast just doing...
The circular dependency sounds like a problem, what happens when you need to bump the version? With the LibGEOS idea, you can already do `LibGEOS.intersection(anygeom, anygeom)` and it works on...