- Jul 08, 2021
-
-
Łukasz Stolarczuk authored
Merge stable-1.12 into master
-
- Jul 07, 2021
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Mpsc queue remove overload with copying data in lambda function
-
Łukasz Stolarczuk authored
Merge stable-1.11 into stable-1.12
-
Pawel Karczewski authored
It seems it is unecessary compicated to use.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Merge stable-1.10 into stable-1.11
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Merge stable-1.9 into stable-1.10
-
Łukasz Stolarczuk authored
Fix mpsc queue const
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
CI: remove Travis CI configuration on stable branches
-
- Jul 06, 2021
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Set secret github token, for auto doc update.
-
Łukasz Stolarczuk authored
Merge stable-1.8 into stable-1.9
-
Łukasz Stolarczuk authored
tests: link atomic to all tests
-
Łukasz Stolarczuk authored
-
Igor Chorążewicz authored
Not only self_relative_ptr tests use atomics. On some platforms (e.g. riscv64) -latomic is needed for a few other tests (pool_cleanup, volatile_state).
-
Łukasz Stolarczuk authored
Merge stable-1.7 into stable-1.8
-
Igor Chorążewicz authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Merge stable-1.6 into stable-1.7
-
Łukasz Stolarczuk authored
[stable-1.9] docker: fix all images
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
- fix missing dependencies, - fix images' FROM path, - bump dependencies' versions to omit known issues.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
tests: do not use basic_string_view comparison as a workaround
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Radix tree: make mt mode a template parameter
-
Łukasz Stolarczuk authored
tests: add libunwind suppresion
-
Łukasz Stolarczuk authored
mpsc_queue: do not call ringbuf_consume/release with number of byte
-
- Jul 05, 2021
-
-
Igor Chorążewicz authored
Memcheck reports an error in libunwind exception raising.
-
Igor Chorążewicz authored
for C2593: 'operator ==' is ambigous on Visual Studio 14.0
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
if !MtMode. This improves performance for single-threaded workloads. After this change performance difference when using MtMode true vs false is ~ 15% for readseq in pmemkv-bench benchmarks for radix.
-
Igor Chorążewicz authored
This allows for better optimization and getting rid of atomic operations in single-threaded workloads.
-
Igor Chorążewicz authored
but rather with number of cachelines. This allows to workaround the size limitation.
-
Igor Chorążewicz authored
-