Skip to content

Commit 75c9d52

Browse files
committed
1.7.1
- Changed hashStrMap implementation. Added the ability to specify an allocator. - Fixed identified bugs. --- - Изменил реализацию hashStrMap. Добавил возможность указывать аллокатор. - Исправил найденные ошибки
1 parent c604e89 commit 75c9d52

20 files changed

Lines changed: 5516 additions & 5438 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.0
8+
VERSION 1.7.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.0
2+
* ver. 1.7.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.0 Benchmark</h3>
188+
<h3>SimStr 1.7.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: 704 additions & 704 deletions
Large diffs are not rendered by default.

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

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

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

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

bench/results/002-Xeon E5-2682 v4, Windows 10, Clang-19.txt

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

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

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

bench/results/004-Xeon E5-2682 v4, WASM Chrome 143, Clang-21.txt

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

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "simstr"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.7.0
51+
PROJECT_NUMBER = 1.7.1
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewers a

0 commit comments

Comments
 (0)