Language

Package: robin-map @ 0.6.3

Synopsis

C++ implementation of a fast hash map and hash set

Description

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.

Four classes are provided: tsl::robin_map, tsl::robin_set, tsl::robin_pg_map and tsl::robin_pg_set. The first two are faster and use a power of two growth policy, the last two use a prime growth policy instead and are able to cope better with a poor hash function.

Home page
https://github.com/Tessil/robin-map
Location
gnu/packages/datastructures.scm (line: 409, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/5fpzmq14l178a4jdd6qn7ph0glafvqn4-robin-map-0.6.3.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/jj0d3hw4734sw89dk9l8hvg5dlzf0wc9-robin-map-0.6.3.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/75qx8jks3nzpimxf5km90xpij1ym8yq5-robin-map-0.6.3.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/8ckqy5nj2i3kkbhxrh7li2banqd5qxn8-robin-map-0.6.3.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/6a8wsc7hv5k2dbf55mxb9sx38j1570hc-robin-map-0.6.3.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/dk89cpb1brdjgbb07s6gsbw6ck1q8rsx-robin-map-0.6.3.drv
x86_64-linuxi686-w64-mingw32/gnu/store/f6r3ayz4k5qpf8b8p7myygl19x7rc8m3-robin-map-0.6.3.drv
x86_64-linuxi586-pc-gnu/gnu/store/0gw9gc1s0szpph8frkja2g9bfjn65kak-robin-map-0.6.3.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/5nali3wfla9d15v0knik3a32synszk59-robin-map-0.6.3.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/dk6cbhxx5izb49zqqrw741i0zfkvy6bv-robin-map-0.6.3.drv
riscv64-linux/gnu/store/ls50x9gay2ci5dn6gwm6bq786qcfqj8p-robin-map-0.6.3.drv
powerpc-linux/gnu/store/sh06qaffb4dnlg7yxhczh06v7xs2dw1n-robin-map-0.6.3.drv
    powerpc64le-linux/gnu/store/0ll4xxkgjkaj4vwv02ak98l3akw819m7-robin-map-0.6.3.drv
    mips64el-linux/gnu/store/imj0q8qbrjcj7nlgmyaqkfyjpcbx985d-robin-map-0.6.3.drv
      i686-linux/gnu/store/3fy1m8b9gg64niisjfz93kp66f6pnnii-robin-map-0.6.3.drv
      i586-gnu/gnu/store/i5sa26isywzdvg1mpwmsi9qcqbcfn0gz-robin-map-0.6.3.drv
      armhf-linux/gnu/store/a1cfd8j57dbc9cjrg0bf8pcy37glandn-robin-map-0.6.3.drv
      aarch64-linux/gnu/store/7x65gnb854w892vcv1d1ipxrha7nxh4v-robin-map-0.6.3.drv

      Lint warnings

      LinterMessageLocation
      description

      Validate package descriptions

      sentences in description should be followed by two spaces; possible infraction at 281
      optional-tests

      Make sure tests are only run when requested

      the 'check' phase should respect #:tests?
      optional-tests

      Make sure tests are only run when requested

      the 'check' phase should respect #:tests?