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: 357, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/m20br8y3fpydqjiz8wbg7v51qg9wn0ki-robin-map-0.6.3.drv
    x86_64-linuxx86_64-w64-mingw32/gnu/store/3zg14667mb5ifwlcsd1jdi3nmia890id-robin-map-0.6.3.drv
    x86_64-linuxriscv64-linux-gnu/gnu/store/k06yd0z02h9w312sl6r739bz1jbs4mwb-robin-map-0.6.3.drv
    x86_64-linuxpowerpc-linux-gnu/gnu/store/693lwrbgdcnf9n8xw2iz0fsiks70vjsz-robin-map-0.6.3.drv
    x86_64-linuxpowerpc64le-linux-gnu/gnu/store/v80vl99n7g5d37a7cnajfxvacnkxv62z-robin-map-0.6.3.drv
    x86_64-linuxmips64el-linux-gnu/gnu/store/2k2343k776sxbqcwpdyviby2lzlzpm5x-robin-map-0.6.3.drv
    x86_64-linuxi686-w64-mingw32/gnu/store/zra2qfxinf1yzhbiziz47508wj42qr19-robin-map-0.6.3.drv
    x86_64-linuxi586-pc-gnu/gnu/store/h9vzzi43ar08k3slfsfihrkbyl6a6alx-robin-map-0.6.3.drv
    x86_64-linuxarm-linux-gnueabihf/gnu/store/vldx51d4x6v0gsd6bcgk0z2gxdh31can-robin-map-0.6.3.drv
    x86_64-linuxaarch64-linux-gnu/gnu/store/xyc3b6ksw7p58f5hz2x3yn9z22qb2m0i-robin-map-0.6.3.drv
    riscv64-linux/gnu/store/b0zbmn5mx3kiy879iirsnx1q7f1xvy72-robin-map-0.6.3.drv
      powerpc-linux/gnu/store/xrs5zdy4kigy1h0s18ishhpj669makfd-robin-map-0.6.3.drv
        powerpc64le-linux/gnu/store/r2piamd1ixg0adqn2i0h4p7skird52hj-robin-map-0.6.3.drv
        mips64el-linux/gnu/store/5vaxa3lmqddpzf8qif7w19fwngfj1663-robin-map-0.6.3.drv
          i686-linux/gnu/store/d2zx5v01jaw1drkgagc687wwnbl7qfcx-robin-map-0.6.3.drv
          i586-gnu/gnu/store/qr4gp8hgjg4wjkicdkklp3ps1wkd59g1-robin-map-0.6.3.drv
          armhf-linux/gnu/store/gjgvbjcq90026jx81rkbdkjh7ad2z1pn-robin-map-0.6.3.drv
          aarch64-linux/gnu/store/bym69nll1k30x4p6b1f3fg5p4jhdlv0x-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?