mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-17 23:18:52 -04:00
21 lines
747 B
XML
21 lines
747 B
XML
<?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>
|