- Sep 14, 2020
-
-
Szymon Romik authored
inline_string reimplementation
-
- Sep 11, 2020
-
-
Krzysztof Filipek authored
- change implementation to template - move functions definitions outside class
-
- Sep 10, 2020
-
-
Igor Chorążewicz authored
remove doubled clang-format configuration's rule
-
Igor Chorążewicz authored
minor comments updates
-
Łukasz Stolarczuk authored
-
- Sep 09, 2020
-
-
Łukasz Stolarczuk authored
-
- Sep 04, 2020
-
-
Krzysztof Filipek authored
Add new cases to fully cover inline_string
-
- Sep 03, 2020
-
-
Szymon Romik authored
fix issues from klocwork and coverity
-
Szymon Romik authored
tests: add libunwind suppresion
-
Szymon Romik authored
Radix tree optimizations
-
- Sep 02, 2020
-
-
Igor Chorążewicz authored
Run docs update as separate job on GHA
-
Jan Dorniak authored
-
Pawel Karczewski authored
-
Igor Chorążewicz authored
Memcheck reports an error in libunwind exception raising.
-
Igor Chorążewicz authored
The only difference between lower and upper bound is behavior in case the element already exists.
-
Igor Chorążewicz authored
to increase lower_bound coverage.
-
Igor Chorążewicz authored
to helper methods.
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
Change bottom_leaf to return any leaf placed lower than a certain depth. This way, leaf variable in internal_emplace will always point to an element with specified key (if only it exists). It saves going descending the tree for the second time when the element is an embedded entry.
-
Szymon Romik authored
Implementation of basic_string_view class
-
Szymon Romik authored
run most of CI jobs on GHA only
-
- Aug 31, 2020
-
-
Krzysztof Filipek authored
Parametrized version of original string_view
-
- Aug 26, 2020
-
-
Igor Chorążewicz authored
add remaining methods for radix_tree
-
Igor Chorążewicz authored
In case there is already such element we can return it just after descend - no need to descend the tree twice.
-
Jan Dorniak authored
-
Jan Dorniak authored
-
Igor Chorążewicz authored
-
Jan Dorniak authored
-
Szymon Romik authored
Radix tree improvements
-
- Aug 25, 2020
-
-
Szymon Romik authored
radix_tree: refactor tagged_node_ptr to use self_relative_ptr
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
Previous type was copied from vmemcache and is too small.
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
-
Szymon Romik authored
std::atomic specialization for self_relative_pointer
-
Igor Chorążewicz authored
After changing radix_tree iterators API to return reference to the value instead of a wrapper user should be able to check the capacity of an inline string. The storage cost of one additional field is not very high and it also allows for checks inside assign() methods of inline_string.
-
Igor Chorążewicz authored
-
Igor Chorążewicz authored
and enable swap tests for radix_tree
-
Igor Chorążewicz authored
-
Nikita Avdosev authored
-