bsc-quantic/Quac.jl

Try other graphics frameworks for visualization

Closed this issue · 2 comments

If we could use Makie for visualization, then we could delay loading Makie and speed up TTFT (Time To First Task) just like Tenet and OptimizedEinsum.

Related to #11

Wouldn't it be the same if we are using @require for Luxor?

Yes and no. Users usually import Makie or a backend, so this part of the code is automatically loaded. But users don't usually load Luxor so it concur in some cognitive load to make them import Luxor to make plots work.

Also, it's just SVG code so it easily be created but I don't know why Luxor is so heavy.