Re: NEW: devel/robin-map

2024-02-16 Thread Sebastian Reitenbach
On Friday, February 16, 2024 21:50 CET, Rafael Sadowski wrote: > There is already devel/robin-map in the tree or I'm looking wrong? Indeed, how could I missed that. Old version, might be worth updating instead ;) thanks for the cluebat. > > On Fri Feb 16, 2024 at 09:38:26PM +0100, Sebastian

Re: NEW: devel/robin-map

2024-02-16 Thread Sebastian Reitenbach
On Friday, February 16, 2024 21:38 CET, "Sebastian Reitenbach" wrote: > Hi, > > this is a new dependency needed to update x11/gnustep/libobjc2. > > it's a simple header-only library. > > cat pkg/DESCR > > The robin-map library is a C++ implementation of a fast hash map and > hash set using o

NEW: devel/robin-map

2024-02-16 Thread Sebastian Reitenbach
Hi, this is a new dependency needed to update x11/gnustep/libobjc2. it's a header-only library. cat pkg/DESCR The robin-map library is a C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions.