Skip to content

Psd streaming

Kevin Cotrone requested to merge psd_streaming into master

Fixed streaming layers, moved cabal options to the executable because the options on the library break profile builds

Before

time nix run .#"goddard:exe:goddard-process" 
29.22s user 0.57s system 99% cpu 29.853 total

visualization_1_

After

time nix run .#"goddard:exe:goddard-process" 
25.64s user 0.15s system 99% cpu 25.853 total

visualization

Edited by Kevin Cotrone

Merge request reports