featuregood first issue
仓库指标
- 星标
- (3,633 个星标)
- PR 合并指标
- (平均合并 13天 2小时) (30 天内合并 82 个 PR)
描述
Now that we support tuples bigger than 1M it's become necessary to optimize large allocations. jemalloc can reuse memory for large allocations, for example, while glibc malloc would always use mmap/munmap for large tuples.
Investigate whether we should import jemalloc or only the part of it relevant for large allocation management.