You need to sign in or sign up before continuing.
- May 12, 2021
-
-
Igor Chorążewicz authored
radix_tree: use std::atomic<tagged_pointer>
-
- May 11, 2021
-
-
Jan Dorniak authored
-
Igor Chorążewicz authored
add readme to benchmarks and fix dividing by zero in radix bench
-
- May 06, 2021
-
-
Jan Dorniak authored
-
- May 05, 2021
-
-
Łukasz Stolarczuk authored
tests: fix sign-conversion warning in helpers_test
-
Igor Chorążewicz authored
-
- Apr 28, 2021
-
-
Łukasz Stolarczuk authored
add benchmark which compares radix to std::map
-
- Apr 20, 2021
-
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
- Apr 15, 2021
-
-
Igor Chorążewicz authored
Make syncthreads() in parallel_xexec multi-use
-
- Apr 14, 2021
-
-
Igor Chorążewicz authored
Previously syncthreads could only be used once and this was not documented. This patch allows for having multiple synchronization points in a function. This might useful for testing hazard pointers.
-
- Mar 25, 2021
-
-
Igor Chorążewicz authored
Add example for using pool as a class member
-
Łukasz Stolarczuk authored
CMake fixes
-
- Mar 22, 2021
-
-
Pawel Karczewski authored
-
- Mar 19, 2021
-
-
Łukasz Stolarczuk authored
version comparison should be used, instead of string comparison. Simplify the function, by the way.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
- extend print messages, - print warnings once per build, where possible, - add more comments, - fix minor todo's, - add cache string for TBB_DIR.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Clean docker images
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
because PMDK is installed from OS'es package repository.
-
Łukasz Stolarczuk authored
do all updates and packages installs in one RUN; and create user and password in one step as well.
-
Łukasz Stolarczuk authored
and images' cleanups.
-
Łukasz Stolarczuk authored
update docs
-
- Mar 17, 2021
-
-
Łukasz Stolarczuk authored
so it will be available in the generated docs.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
- Mar 11, 2021
-
-
Łukasz Stolarczuk authored
Add extra Windows CI job
-
- Mar 10, 2021
-
-
Łukasz Stolarczuk authored
examples: extend radix_tree_complex_value example
-
Łukasz Stolarczuk authored
tests: add double-create test for pool
-
- Mar 09, 2021
-
-
Igor Chorążewicz authored
to show that creating city_info on dram is not possible and show example with a structure wrapped in pmem::obj::p<>
-
Łukasz Stolarczuk authored
it should fail with pool_invalid_argument, since it returns EEXIST.
-
- Mar 08, 2021
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Fix a bunch of typos.
-
- Mar 06, 2021
-
-
Adam Borowski authored
-
- Mar 04, 2021
-
-
Igor Chorążewicz authored
tests: run concurrent map gdb test only on gcc
-
- Mar 01, 2021
-
-
Igor Chorążewicz authored
Update cmake_build_type handling and switch default to RelWithDebInfo
-
Jan Dorniak authored
-