summaryrefslogtreecommitdiff
path: root/dev-libs/unordered_dense/metadata.xml
blob: 552890653e5fa451fd1b5a7a266327b5863ba1ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>vowstar@gmail.com</email>
		<name>Huang Rui</name>
	</maintainer>
	<upstream>
		<remote-id type="github">martinus/unordered_dense</remote-id>
	</upstream>
	<longdescription lang="en">
		A fast and densely stored hashmap and hashset based on robin-hood
		backward shift deletion.
		The classes ankerl::unordered_dense::map and
		ankerl::unordered_dense::set are (almost) drop-in replacements of
		std::unordered_map and std::unordered_set. While they don't have as
		strong iterator / reference stability guaranties, they are typically
		much faster.
	</longdescription>
</pkgmetadata>