Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v2 0/3] change small allocator behavior
@ 2020-12-23 13:14 mechanik20051988
  2020-12-23 13:14 ` [Tarantool-patches] [PATCH] memtx: " mechanik20051988
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: mechanik20051988 @ 2020-12-23 13:14 UTC (permalink / raw)
  To: v.shpilevoy; +Cc: tarantool-patches

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-12-28 12:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 13:14 [Tarantool-patches] [PATCH v2 0/3] change small allocator behavior mechanik20051988
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox