weld-project / weld

High-performance runtime for data analytics applications
https://www.weld.rs
BSD 3-Clause "New" or "Revised" License
2.99k stars 257 forks source link

Switch Allocator to Jemalloc #398

Closed sppalkia closed 6 years ago

sppalkia commented 6 years ago

Jemalloc exhibits better performance in a concurrent setting. Eventually, we should switch to a context-local memory pool implementation.

Depends on #396.