Sign in
apache
/
datasketches-cpp
/
HEAD
fa65853
updated version
by AlexanderSaydakov
· 3 days ago
master
3207338
Merge pull request #202 from apache/readme_update_compiler_versions
by Alexander Saydakov
· 3 days ago
83af7b1
agreed to stop maintaining tested compiler versions
by AlexanderSaydakov
· 3 days ago
afb9f9f
Merge pull request #203 from apache/gcc_4_8_5_compat
by Alexander Saydakov
· 3 days ago
10bbfe7
compatibility with gcc 4.8.5
by AlexanderSaydakov
· 6 days ago
c2b7585
copy-paste mistake
by AlexanderSaydakov
· 6 days ago
f17e8ed
updated compiler versions tested
by AlexanderSaydakov
· 6 days ago
d9e7d18
Merge pull request #201 from apache/add_guards
by Alexander Saydakov
· 6 days ago
7affcc1
Merge pull request #200 from apache/seed_hash_collision
by Jon Malkin
· 7 days ago
e468e2e
added missing guards
by AlexanderSaydakov
· 7 days ago
f00bcc3
Add simple integration test that declares all sketch types to ensure no conflicting definitions
by Jon Malkin
· 8 days ago
7537a63
ensure compute_seed_hash uses a common definition to avoid conflicting definitions
by Jon Malkin
· 14 days ago
74dec07
Merge pull request #198 from chufucun/cpc_unused
by Alexander Saydakov
· 2 weeks ago
dc3e6cb
Fix unused function compile issues
by Fucun Chu
· 2 weeks ago
332009e
Merge pull request #194 from apache/req_python
by Jon Malkin
· 2 weeks ago
ee3d1c4
Merge pull request #197 from apache/python_theta_jaccard
by Jon Malkin
· 2 weeks ago
bd16cd5
Add jaccard similarity to theta sketch in python
by Jon Malkin
· 2 weeks ago
4b5ab3e
Merge pull request #195 from apache/allocation_tests
by Alexander Saydakov
· 3 weeks ago
b53dbca
added test allocator and checking
by AlexanderSaydakov
· 3 weeks ago
4ffa048
test that allocator default constructor is not called
by AlexanderSaydakov
· 3 weeks ago
fc6c45e
Add req python tests, fix minor issues in kll python wrapper/tests
by Jon Malkin
· 3 weeks ago
31c7741
Capitalize S in DataSketches
by Jon Malkin
· 3 weeks ago
41913da
Add get_k() to kll, add python wrapper for req
by Jon Malkin
· 3 weeks ago
c71d5f9
Merge pull request #193 from apache/fix_ci
by Alexander Saydakov
· 3 weeks ago
c19103d
improve comment wording
by Jon Malkin
· 3 weeks ago
d35783e
try this format
by AlexanderSaydakov
· 3 weeks ago
b759861
test if the version format is the problem
by AlexanderSaydakov
· 3 weeks ago
e04f328
Merge pull request #186 from apache/hll_allocator
by Alexander Saydakov
· 3 weeks ago
1a70024
attempt to fix broken python CI job
by Jon Malkin
· 3 weeks ago
56e6ada
Merge pull request #192 from apache/branding
by Jon Malkin
· 3 weeks ago
b00ff91
Add Apache branding to mentions of Datassketches
by Jon Malkin
· 3 weeks ago
8d5a169
Merge pull request #190 from apache/sampling_allocator
by Alexander Saydakov
· 4 weeks ago
b261c86
use allocator
by AlexanderSaydakov
· 4 weeks ago
5b3ff2d
Merge pull request #189 from apache/theta_tuple_common_base
by Alexander Saydakov
· 4 weeks ago
4f8a096
fixed typo
by AlexanderSaydakov
· 4 weeks ago
25d75fc
Merge branch 'theta_tuple_common_base' of git@github.com:apache/incubator-datasketches-cpp.git into theta_tuple_common_base
by AlexanderSaydakov
· 4 weeks ago
4b86691
fixed name
by AlexanderSaydakov
· 4 weeks ago
17c4407
support allocator instance
by AlexanderSaydakov
· 4 weeks ago
b6fed70
stop caching credentials in workflows, add pytest in hopes of fixing the CI build
by Jon Malkin
· 4 weeks ago
71b8b3a
update python to remove is_compact from hll union
by Jon Malkin
· 4 weeks ago
1ae29a5
Merge branch 'hll_allocator' of github.com:apache/datasketches-cpp into hll_allocator
by Jon Malkin
· 4 weeks ago
c9577f9
removed unnecessary method
by AlexanderSaydakov
· 4 weeks ago
8c744b9
Merge branch 'hll_allocator' of github.com:apache/datasketches-cpp into hll_allocator
by Jon Malkin
· 4 weeks ago
c8aff72
removed unused methods
by AlexanderSaydakov
· 4 weeks ago
a10e646
update python theta union update for new template API
by Jon Malkin
· 5 weeks ago
bf47a89
forward input sketch
by AlexanderSaydakov
· 5 weeks ago
dc5599e
Update python wrapper to handle theta API changes
by Jon Malkin
· 5 weeks ago
3c8816e
Update python wrapper to handle theta API changes
by Jon Malkin
· 5 weeks ago
c5fdcb1
Merge branch 'theta_tuple_common_base' of git@github.com:apache/incubator-datasketches-cpp.git into theta_tuple_common_base
by AlexanderSaydakov
· 5 weeks ago
175849a
this test was included prematurely, disabled for now
by AlexanderSaydakov
· 5 weeks ago
1245c84
Merge branch 'master' into theta_tuple_common_base
by Alexander Saydakov
· 5 weeks ago
2d9edb9
promoted new implementation of theta sketch
by AlexanderSaydakov
· 5 weeks ago
0520082
Merge pull request #188 from apache/coverage_fix
by Jon Malkin
· 5 weeks ago
f561bde
try to get coveralls to have a useful badge
by Jon Malkin
· 5 weeks ago
f9361b0
Merge pull request #187 from bryanherger/master
by Alexander Saydakov
· 5 weeks ago
9b7fcf2
Adding missing include files to install and source
by bryanherger
· 5 weeks ago
1dbeafc
Fix typo in header file name
by bryanherger
· 5 weeks ago
a707a00
Merge pull request #183 from apache/cpc_allocator
by Alexander Saydakov
· 5 weeks ago
e5e709b
match allocator type
by AlexanderSaydakov
· 5 weeks ago
4bbafa0
support allocator instance, use vectors
by AlexanderSaydakov
· 5 weeks ago
19a1f64
Merge pull request #181 from apache/fi_allocator
by Alexander Saydakov
· 5 weeks ago
7a76412
Merge pull request #179 from apache/kll_allocator
by Alexander Saydakov
· 5 weeks ago
9db1a23
Merge pull request #180 from apache/tuple_allocator_fix
by Alexander Saydakov
· 5 weeks ago
202bc2c
Merge pull request #176 from apache/req_sketch
by Alexander Saydakov
· 5 weeks ago
9b99b9b
better naming
by AlexanderSaydakov
· 5 weeks ago
fe2a786
match Java implementation
by AlexanderSaydakov
· 6 weeks ago
c91bf6a
support allocator instance
by AlexanderSaydakov
· 6 weeks ago
b2f749e
Merge pull request #182 from chufucun/include_type
by Alexander Saydakov
· 7 weeks ago
fa12f33
fix include problem
by fucun chu
· 7 weeks ago
b351222
added allocator
by AlexanderSaydakov
· 7 weeks ago
73a32cf
support passing an allocator instance
by AlexanderSaydakov
· 7 weeks ago
2263150
use allocator instance
by AlexanderSaydakov
· 7 weeks ago
f271101
fixed deleter
by AlexanderSaydakov
· 7 weeks ago
aff3549
fixed allocator handling
by AlexanderSaydakov
· 7 weeks ago
9b008b9
support allocator instance
by AlexanderSaydakov
· 7 weeks ago
54bb76b
turned off lazy compression to match Java
by AlexanderSaydakov
· 7 weeks ago
dab7bb6
Merge pull request #178 from apache/move_to_TLP
by Lee Rhodes
· 8 weeks ago
050e71a
Remove incubat*
by Lee Rhodes
· 8 weeks ago
8dc083b
disallow merging HRA and LRA
by AlexanderSaydakov
· 8 weeks ago
9fd6f0f
removed license from .asf.yaml ... not required.
by Lee Rhodes
· 8 weeks ago
574f613
run-time HRA flag
by AlexanderSaydakov
· 8 weeks ago
65fb1c2
Merge pull request #177 from apache/kll_minor_cleanup
by Alexander Saydakov
· 8 weeks ago
5f0f358
include needed headers
by AlexanderSaydakov
· 9 weeks ago
b75e27d
added quantile expectations
by AlexanderSaydakov
· 10 weeks ago
5a7b1e4
minor cleanup
by AlexanderSaydakov
· 2 months ago
ce46c3a
iterator
by AlexanderSaydakov
· 2 months ago
528d78f
custom type tests
by AlexanderSaydakov
· 2 months ago
1191762
added missing comparator, fixed serialized size
by AlexanderSaydakov
· 2 months ago
bc98e82
fixed move and serialized size
by AlexanderSaydakov
· 2 months ago
8e043b7
return vector of values instead of pointers
by AlexanderSaydakov
· 3 months ago
a57e210
implemented bounds
by AlexanderSaydakov
· 3 months ago
a2019c2
implemented get_PMF() and get_CDF()
by AlexanderSaydakov
· 3 months ago
b0b623a
implemented get_quantiles()
by AlexanderSaydakov
· 3 months ago
a3c133b
updated compress() to match the latest Java code
by AlexanderSaydakov
· 3 months ago
9c42fdb
Merge pull request #175 from apache/hll_union_remove_deser
by Jon Malkin
· 3 months ago
87da358
fixed module name
by AlexanderSaydakov
· 3 months ago
9b958e4
fixed merge
by AlexanderSaydakov
· 3 months ago
a831c72
cleanup
by AlexanderSaydakov
· 3 months ago
f192e92
iterator fix
by AlexanderSaydakov
· 3 months ago
9e00e5a
deallocation fix
by AlexanderSaydakov
· 3 months ago
Next »