From: mechanik20051988 <mechanik20.05.1988@gmail.com> To: tarantool-patches@dev.tarantool.org, Vladislav Shpilevoy <v.shpilevoy@tarantool.org> Subject: [Tarantool-patches] [PATCH 0/3] Change small allocator behavior Date: Fri, 18 Dec 2020 16:35:00 +0300 [thread overview] Message-ID: <cover.1608282196.git.mechanik20051988@gmail.com> (raw) Branch: mechanik20051988/gh-5216-fix-strange-allocator-behavior Issue: https://github.com/tarantool/tarantool/issues/5216 Description: Now we allocate pools on the stage of allocator creation. *** BLURB HERE *** Aleksandr Lyapunov (1): small: implement new size class evaluation mechanik20051988 (2): Add small allocator performance test Changed small allocator pool management CMakeLists.txt | 5 + LICENSE | 2 +- perf/.gitignore | 1 + perf/CMakeLists.txt | 7 + perf/small_alloc_perf.c | 381 ++ small/small.c | 212 +- small/small.h | 47 +- small/small_class.c | 57 + small/small_class.h | 220 + test/CMakeLists.txt | 9 + test/small_class.c | 168 + test/small_class.result | 9114 ++++++++++++++++++++++++++++ test/small_class_branchless.result | 9114 ++++++++++++++++++++++++++++ 13 files changed, 19139 insertions(+), 198 deletions(-) create mode 100644 perf/.gitignore create mode 100644 perf/CMakeLists.txt create mode 100644 perf/small_alloc_perf.c create mode 100644 small/small_class.c create mode 100644 small/small_class.h create mode 100644 test/small_class.c create mode 100644 test/small_class.result create mode 100644 test/small_class_branchless.result -- 2.20.1
next reply other threads:[~2020-12-18 13:35 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-18 13:35 mechanik20051988 [this message] 2020-12-18 13:35 ` [Tarantool-patches] [PATCH 1/3] small: implement new size class evaluation mechanik20051988 2020-12-20 18:31 ` Vladislav Shpilevoy 2020-12-18 13:35 ` [Tarantool-patches] [PATCH 2/3] Add small allocator performance test mechanik20051988 2020-12-18 13:35 ` [Tarantool-patches] [PATCH 3/3] Changed small allocator pool management mechanik20051988 2020-12-20 18:31 ` Vladislav Shpilevoy 2020-12-21 11:38 ` [Tarantool-patches] [PATCH 0/3] Change small allocator behavior Vladislav Shpilevoy
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cover.1608282196.git.mechanik20051988@gmail.com \ --to=mechanik20.05.1988@gmail.com \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/3] Change small allocator behavior' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox