Skip to content

Related Work

Ryan Stutsman edited this page Jan 26, 2018 · 12 revisions

Our Own Background Reading

In-memory Multitenant Grid

Dispatch Papers

Type Safety

Partitioning

Query Compilation

LLVM

Hardware Capabilities

Exception and Unwind Safety

Note the last link contains a quote that basically captures our concern:

Abstractions like thread pools want to catch the panics of tasks being
run instead of having the thread torn down (and having to spawn a new thread).