Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 27168d7

Browse files
authored
Update issue templates
1 parent bd63205 commit 27168d7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: robin-hood-hashing is deprecated
3+
about: Describe this issue template's purpose here.
4+
title: 'WARNING: robin-hood-hashing is DEPRECATED'
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# WARNING: robin-hood-hashing is DEPRECATED.
11+
12+
## I will not add any more features or fix any warnings. Only critical PRs will be merged, if you are willing to write one yourself.
13+
14+
Unfortunately I do not have time to continue development for this hashmap. I have a worthy successor though, please head over to: `ankerl::unordered_dense::{map, set}` https://github.com/martinus/unordered_dense
15+
16+
If you need a very fast unordered map for lookups, you might want to have a look at `boost::unordered_flat_map`.

0 commit comments

Comments
 (0)