tarantool/tarantool

Optimize large allocations

Open

#2,705 创建于 2017年8月22日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Lua (3,633 star) (406 fork)batch import
featuregood first issue

描述

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.

贡献者指南

Optimize large allocations · tarantool/tarantool#2705 | Good First Issue