From: mechanik20051988 <mechanik20.05.1988@gmail.com>
To: v.shpilevoy@tarantool.org
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH v2 0/3] change small allocator behavior
Date: Wed, 23 Dec 2020 16:14:45 +0300 [thread overview]
Message-ID: <cover.1608715671.git.mechanik20051988@gmail.com> (raw)
Branch: https://github.com/tarantool/small/tree/mechanik20051988/gh-5216-fix-strange-allocator-behavior
Pull request: https://github.com/tarantool/small/pull/27
Thank you for the previous review. All answers on you questions
are in the corresponding patches.
Aleksandr Lyapunov (1):
small: implement new size class evaluation
mechanik20051988 (2):
test: add small allocator performance test
small: changed small allocator pool management
CMakeLists.txt | 5 +
LICENSE | 2 +-
perf/.gitignore | 1 +
perf/CMakeLists.txt | 7 +
perf/small_alloc_perf.c | 375 +++++++++++++++++++++++++++++
small/small.c | 216 ++++-------------
small/small.h | 47 ++--
small/small_class.c | 56 +++++
small/small_class.h | 218 +++++++++++++++++
test/CMakeLists.txt | 9 +
test/small_class.c | 176 ++++++++++++++
test/small_class.result | 15 ++
test/small_class_branchless.result | 15 ++
13 files changed, 944 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-23 13:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-23 13:14 mechanik20051988 [this message]
2020-12-23 13:14 ` [Tarantool-patches] [PATCH] memtx: " mechanik20051988
2020-12-24 15:13 ` Vladislav Shpilevoy
[not found] ` <0076A088-8CBC-4238-9EEB-0C73EC516098@hxcore.ol>
2020-12-25 7:42 ` [Tarantool-patches] FW: " Evgeny Mekhanik
2020-12-28 12:10 ` Vladislav Shpilevoy
2020-12-23 13:14 ` [Tarantool-patches] [PATCH v2 1/3] small: implement new size class evaluation mechanik20051988
2020-12-24 15:13 ` Vladislav Shpilevoy
[not found] ` <A90D94B7-298A-4D1B-8134-6EE2ED45D615@hxcore.ol>
2020-12-25 7:48 ` [Tarantool-patches] FW: " Evgeny Mekhanik
2020-12-28 12:10 ` [Tarantool-patches] " Vladislav Shpilevoy
2020-12-23 13:14 ` [Tarantool-patches] [PATCH v2 2/3] test: add small allocator performance test mechanik20051988
2020-12-23 13:14 ` [Tarantool-patches] [PATCH v2 3/3] small: changed small allocator pool management mechanik20051988
2020-12-24 15:13 ` Vladislav Shpilevoy
[not found] ` <27E47303-4307-4713-BB8A-2427FED09DDE@hxcore.ol>
2020-12-25 7:52 ` [Tarantool-patches] FW: " Evgeny Mekhanik
2020-12-25 7:56 ` Evgeny Mekhanik
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.1608715671.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 v2 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