[Tarantool-patches] [PATCH luajit v2 3/6] memprof: refactor `heap_chunk` data structure

Sergey Bronnikov sergeyb at tarantool.org
Tue Dec 19 17:00:25 MSK 2023


Hello, Max

thanks for the patch! LGTM

On 12/6/23 21:55, Maxim Kokryashkin wrote:
> The memprof parser used to have the `heap_chunk` data structure
> using numeric indices for its values, which is hardly readable
> and maintainable. This patch replaces these numeric indices with
> corresponding string keys.
>
> Part of tarantool/tarantool#5994
> ---


<snipped>



More information about the Tarantool-patches mailing list