Skip to content

Commit e9e717c

Browse files
committed
1.8.1
- Added the ability to use allocators with size specification when deallocating. --- - Добавлена возможность использовать аллокаторы с указанием размера при деалокации.
1 parent 0861d36 commit e9e717c

21 files changed

Lines changed: 6545 additions & 6552 deletions

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(FetchContent)
55

66
project(
77
simstr
8-
VERSION 1.7.3
8+
VERSION 1.8.1
99
DESCRIPTION "Yet another modern C++ string library"
1010
HOMEPAGE_URL "https://github.com/orefkov/simstr"
1111
LANGUAGES CXX

bench/bench_str.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* ver. 1.7.2
2+
* ver. 1.8.1
33
* (c) Проект "SimStr", Александр Орефков orefkov@gmail.com
44
* Бенчмарки
55
* (c) Project "SimStr", Aleksandr Orefkov orefkov@gmail.com

bench/emscripten/shell_minimal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185

186186
<body>
187187
<div class="head">
188-
<h3>SimStr 1.7.1 Benchmark</h3>
188+
<h3>SimStr 1.8.1 Benchmark</h3>
189189
<span><a href="https://orefkov.github.io/simstr/results.html" target="blank">All results</a></span>
190190
<span><a href="https://github.com/orefkov/simstr/blob/main/bench/bench_str.cpp" target="blank">Sources for
191191
benchmarks</a></span>

bench/results.html

Lines changed: 713 additions & 710 deletions
Large diffs are not rendered by default.

bench/results/000-Xeon E5-2682 v4, Ubuntu 22 (WSL), Clang-22.txt

Lines changed: 926 additions & 926 deletions
Large diffs are not rendered by default.

bench/results/001-Xeon E5-2682 v4, Ubuntu 22 (WSL), Clang-22 libc++.txt

Lines changed: 927 additions & 927 deletions
Large diffs are not rendered by default.

bench/results/002-Xeon E5-2682 v4, Ubuntu 22 (WSL), GCC-15.txt

Lines changed: 931 additions & 931 deletions
Large diffs are not rendered by default.

bench/results/003-Xeon E5-2682 v4, Windows 10, Clang-22.txt

Lines changed: 937 additions & 937 deletions
Large diffs are not rendered by default.

bench/results/004-Xeon E5-2682 v4, Windows 10, MSVC-19.txt

Lines changed: 934 additions & 934 deletions
Large diffs are not rendered by default.

bench/results/005-Xeon E5-2682 v4, WASM Chrome 143, Clang-22.txt

Lines changed: 934 additions & 935 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)