SimulaVR / godot-haskell

Haskell bindings for GdNative
BSD 3-Clause "New" or "Revised" License
167 stars 16 forks source link

Reduce compilation time #12

Open lboklin opened 5 years ago

lboklin commented 5 years ago

On my Ryzen 2600 it takes ~10 minutes to compile this library.

DoctorRyner commented 5 years ago

Only the first time? I was compiling Reflex about 1-2 hours :)

suzumiyasmith commented 5 years ago

An worse thing is, that stack haddock will crash your 16G RAM workstation.

KaneTW commented 5 years ago

I can't reproduce that. Maximum memory usage for stack haddock was 5 gigs.

lboklin commented 5 years ago

Intero will freeze my 16GB system when loading the Godot.Api.Auto module - maybe it's related.