Skip Navigation

The Haskell Unfolder Episode 36: concurrency and the FFI

well-typed.com The Haskell Unfolder Episode 36: concurrency and the FFI

There are two primary ways to import C functions in Haskell: `unsafe` and `safe`. We will first briefly recap what this means: `unsafe` functions are fast but cannot call back into Haskell, `safe` functions are much slower but can. As we will see in this episode, however, there are many more differe...

0 comments

No comments