Skip to content

Commit 9ca0f32

Browse files
committed
Do not use factory in constructor
1 parent e70e46f commit 9ca0f32

9 files changed

Lines changed: 89 additions & 85 deletions

File tree

build/Release/CMakeCache.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
212212
CMAKE_PROJECT_NAME:STATIC=DataSketches
213213

214214
//Value Computed by CMake
215-
CMAKE_PROJECT_VERSION:STATIC=5.3.20250914.1951
215+
CMAKE_PROJECT_VERSION:STATIC=5.3.20250914.2050
216216

217217
//Value Computed by CMake
218218
CMAKE_PROJECT_VERSION_MAJOR:STATIC=5
@@ -224,7 +224,7 @@ CMAKE_PROJECT_VERSION_MINOR:STATIC=3
224224
CMAKE_PROJECT_VERSION_PATCH:STATIC=20250914
225225

226226
//Value Computed by CMake
227-
CMAKE_PROJECT_VERSION_TWEAK:STATIC=1951
227+
CMAKE_PROJECT_VERSION_TWEAK:STATIC=2050
228228

229229
//Path to a program.
230230
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

build/Release/DataSketchesConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(DATASKETCHES_VERSION "5.3.20250914.1951")
1+
set(DATASKETCHES_VERSION "5.3.20250914.2050")
22

33

44
####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######

build/Release/DataSketchesConfigVersion.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
# The variable CVF_VERSION must be set before calling configure_file().
1010

1111

12-
set(PACKAGE_VERSION "5.3.20250914.1951")
12+
set(PACKAGE_VERSION "5.3.20250914.2050")
1313

1414
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515
set(PACKAGE_VERSION_COMPATIBLE FALSE)
1616
else()
1717

18-
if("5.3.20250914.1951" MATCHES "^([0-9]+)\\.")
18+
if("5.3.20250914.2050" MATCHES "^([0-9]+)\\.")
1919
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
2020
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
2121
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
2222
endif()
2323
else()
24-
set(CVF_VERSION_MAJOR "5.3.20250914.1951")
24+
set(CVF_VERSION_MAJOR "5.3.20250914.2050")
2525
endif()
2626

2727
if(PACKAGE_FIND_VERSION_RANGE)
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
common_test 2 0.0190318
2-
integration_test 2 0.0176151
3-
hll_test 2 13.5472
4-
cpc_test 2 1.2708
5-
kll_test 2 0.0729488
6-
fi_test 2 0.0187827
7-
theta_test 2 0.444705
8-
var_opt_sampling_test 2 0.0273162
9-
ebpps_sampling_test 2 0.0189165
10-
tuple_test 2 0.0928846
11-
req_test 2 0.026392
12-
quantiles_test 2 0.0566809
13-
count_min_test 2 0.0174204
14-
density_test 2 0.016172
15-
tdigest_test 2 0.0178206
16-
bloom_filter_test 2 0.0200704
17-
ddsketch_test 1 2.72906
1+
common_test 3 0.0758218
2+
integration_test 3 0.0637955
3+
hll_test 3 8.85214
4+
cpc_test 3 0.846703
5+
kll_test 3 0.102894
6+
fi_test 3 0.0705449
7+
theta_test 3 0.347967
8+
var_opt_sampling_test 3 0.0775427
9+
ebpps_sampling_test 3 0.132835
10+
tuple_test 3 0.1327
11+
req_test 3 0.0864799
12+
quantiles_test 3 0.10303
13+
count_min_test 3 0.0686767
14+
density_test 3 0.0603469
15+
tdigest_test 3 0.0661127
16+
bloom_filter_test 3 0.0685821
17+
ddsketch_test 2 1.32065
1818
---

0 commit comments

Comments
 (0)