Thomas Frohwein <tfrohw...@fastmail.com> writes:

> Hi,
>
> This is a header-only C++ hashtable implementation, claiming to be fast
> and memory efficient. It is usually used by default by the vulkan
> validation layers and currently disabled in our port. I'm offering this
> as a port, on the one hand to get closer to default vulkan
> validation layers implementation, and on the other hand also as this may
> be of interest for other development using hashtables.
>
> ok to import?

two nitpicks (of which I'm not 100% sure though)

 - I'd set also PKG_ARCH = * since all it does is extract and install an
   header

 - I'd use 'std::unordere_map and std::unordered_set' instead of the `/'
   and reflow the paragraph to have slightly shorter lines in pkg/DESCR.

and I think there's a typo at the start of pkg/DESCR:

> bin_hood::unordered_map and robin_hood::unordered_set is a...

which should read "robin_hood::unordered_map and ..." I think.

I'm attaching a tarball with these three points addressed,

Cheers!

Attachment: robin-hood-hashing.tar.gz
Description: Binary data

Reply via email to