mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
Update README.md
This commit is contained in:
@@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
[](https://opensource.org/licenses/Apache-2.0) [](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/linux.yml) [](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/macos.yml) [](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/windows.yml)
|
[](https://opensource.org/licenses/Apache-2.0) [](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/linux.yml) [](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/macos.yml) [](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/windows.yml)
|
||||||
|
|
||||||
|
## Moving to GTL
|
||||||
|
|
||||||
|
We encourage phmap users to switch to [gtl](https://github.com/greg7mdp/gtl) if possible. [gtl](https://github.com/greg7mdp/gtl) provides the same functionality as this repository, but requires C++20 or above.
|
||||||
|
|
||||||
|
Eventually, support for issues and new features will move exclusively to [gtl](https://github.com/greg7mdp/gtl).
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This repository aims to provide a set of excellent **hash map** implementations, as well as a **btree** alternative to std::map and std::set, with the following characteristics:
|
This repository aims to provide a set of excellent **hash map** implementations, as well as a **btree** alternative to std::map and std::set, with the following characteristics:
|
||||||
|
|||||||
Reference in New Issue
Block a user