skiplang / skip

A programming language to skip the things you have already computed
http://skiplang.com
MIT License
1.97k stars 66 forks source link

Removed CPUExecutor and used std::thread directly. #141

Closed pikatchu closed 4 years ago

pikatchu commented 4 years ago

I also removed the hack to get a bigger stack size on OSX. Will reintroduce if it crashes. I am ok having different stack sizes based on the OS.