Skip to content

Commit 8442f1c

Browse files
committed
Update README.md
1 parent bed0081 commit 8442f1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache-yellow.svg)](https://opensource.org/licenses/Apache-2.0) [![Linux](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/linux.yml/badge.svg)](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/linux.yml) [![MacOS](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/macos.yml/badge.svg)](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/macos.yml) [![Windows](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/windows.yml/badge.svg)](https://github.com/greg7mdp/parallel-hashmap/actions/workflows/windows.yml)
77

8+
## Moving to GTL
9+
10+
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.
11+
12+
Eventually, support for issues and new features will move exclusively to [gtl](https://github.com/greg7mdp/gtl).
13+
814
## Overview
915

1016
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:

0 commit comments

Comments
 (0)