Commits
Click on a commit to change the comparison range[turbopack] optimize the TurboMalloc threadlocals
By declaring our initializer as `const {..}` we can leverage the experimental `#[thread_local]` attribute which delgates to `llvms` `threadlocal` implementation. This can improve performance on supported platforms.6 months ago
by lukesandberg