Skip to content

Improve Inlining Defaults

Choose a tag to compare

@Cydhra Cydhra released this 06 Nov 14:26
· 37 commits to master since this release

Bugfixes

  • This patch changes the lookup tables for BP trees from const to static to prevent automatic inlining. This does not change any runtime behavior, but simplifies LTO of downstream crates, shortens compile time of tests, benchmarks, and possibly the crate itself, and potentially improves the binary size.