Chetan Vardhan

Results 193 comments of Chetan Vardhan
trafficstars

That was really fast. Thanks a lot @paralin

Is anyone working on this currently?

@EragonJ Is the migration complete?It doesn't work for Linux anymore🙁

Any way to run ccall with JuliaInterpretter? Such that we can use `ccall` with `julia --compile=no`

@FedeClaudi For me, without the PR ``` julia> @time using Term 0.154946 seconds (376.62 k allocations: 26.304 MiB, 19.63% gc time, 0.88% compilation time) julia> @time Panel() 0.192432 seconds (1.51...

@FedeClaudi Also, in your "AFTER", notice that you're including the Precompile time with the compile time. I'd recommend to close the Julia session after your first `using Term` and then...

@FedeClaudi > Not that it makes a huge difference, but I would've thought that the first @time Panel() would be the same as the second since Panel() should be pre-compiled?...

> P.s.: term is not very type stable at all, would that make pre-compilation less effective? I think that would contribute to the problems, yes. I'd recommend into looking into...

@FedeClaudi Hey. Thats odd. Can I open a topic on Zulip for this? People there are much better at troubleshooting this stuff Also, is that on Julia 1.8?

@FedeClaudi It would also be helpful if there was a branch or a PR I could try to troubleshoot this :sweat_smile: