Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1255 from lukaszstolarczuk/fix-hashmap-link
Browse files Browse the repository at this point in the history
fix OneTBB docs' links in the containers comments
  • Loading branch information
igchor authored Jul 20, 2022
2 parents d079387 + 2c0349c commit 3c855cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions include/libpmemobj++/container/concurrent_hash_map.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: BSD-3-Clause
/* Copyright 2019-2021, Intel Corporation */
/* Copyright 2019-2022, Intel Corporation */

/**
* @file
Expand Down Expand Up @@ -1573,7 +1573,7 @@ operator!=(const hash_map_iterator<Container, M> &i,

/**
* Persistent memory aware implementation of Intel TBB
* [concurrent_hash_map](https://spec.oneapi.io/versions/0.5.0/oneTBB/containers/concurrent_hash_map_cls.html)
* [concurrent_hash_map](https://spec.oneapi.io/versions/latest/elements/oneTBB/source/containers/concurrent_hash_map_cls.html)
*
* The implementation is based on a concurrent hash table algorithm
* (https://arxiv.org/ftp/arxiv/papers/1509/1509.02235.pdf) where elements
Expand Down
7 changes: 3 additions & 4 deletions include/libpmemobj++/experimental/concurrent_map.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: BSD-3-Clause
/* Copyright 2019-2021, Intel Corporation */
/* Copyright 2019-2022, Intel Corporation */

/**
* @file
Expand All @@ -22,9 +22,8 @@ namespace experimental

/**
* Persistent memory aware implementation of Intel TBB
* [concurrent_map
* with](https://spec.oneapi.io/versions/0.5.0/oneTBB/containers/concurrent_map_cls.html)
* API partially compatible to std::map.
* [concurrent_map](https://spec.oneapi.io/versions/latest/elements/oneTBB/source/containers/concurrent_map_cls.html)
* with API partially compatible with std::map.
*
* A sorted associative container that contains key-value pairs with unique
* keys. Keys are sorted by using the comparison function Compare. Search,
Expand Down

0 comments on commit 3c855cf

Please sign in to comment.