Sparsehash

From UFRC
Revision as of 16:14, 6 February 2018 by Giljael (talk | contribs) (Created page with "Category:SoftwareCategory:GoogleCategory:API {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|sparsehash}} |{{#vardefine:url|https://github.com/sparsehash/sparse...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

sparsehash website  

Several hash-map implementations, similar in API to SGI's hash_map class, but with different performance characteristics. sparse_hash_map uses very little space overhead, 1-2 bits per entry. dense_hash_map is very fast, particulary on lookup. (sparse_hash_set and dense_hash_set are the set versions of these routines.) On the other hand, these classes have requirements that may not make them appropriate for all applications.

Environment Modules

Run module spider sparsehash to find out what environment modules are available for this application.

System Variables

  • HPC_{{#uppercase:sparsehash}}_DIR - installation directory
  • HPC_{{#uppercase:sparsehash}}_BIN - executable directory
  • HPC_{{#uppercase:sparsehash}}_DOC - documentation directory
  • HPC_{{#uppercase:sparsehash}}_EXE - examples directory