queryverse / DataVoyager.jl

Julia wrapper for the Voyager data exploration tool
Other
128 stars 11 forks source link

Tag a release? #46

Open PallHaraldsson opened 3 years ago

PallHaraldsson commented 3 years ago

I added the package and it downgraded Electron. I see on master it allows: 2, 3.0

Is there a point to 3.0? I'm not sure it's equivalent. 3.1 shouldn't be breaking, but that would disallow it?

And before up compatibility on DataStructures?

Might be bettor on a more recent master (and/or updated dependencies), but not too bad:

julia> @time using DataVoyager
  2.219824 seconds (2.75 M allocations: 172.632 MiB, 1.11% gc time, 52.71% compilation time)

julia> @time using VegaLite
  2.167565 seconds (2.71 M allocations: 170.363 MiB, 2.00% gc time, 52.53% compilation time)

And pretty ok:
$ ./julia -O0 --compile=min --startup-file=no -q
julia> @time using VegaLite
  1.098142 seconds (1.29 M allocations: 88.372 MiB, 2.95% gc time, 2.96% compilation time)