Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 29, 2020 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/2cafb8fed6c563e3438ac83c626460a7 to your computer and use it in GitHub Desktop.
Save r-ryantm/2cafb8fed6c563e3438ac83c626460a7 to your computer and use it in GitHub Desktop.
/nix/store/dmqlh8fg94dzl6mh3k0if5iyzmxm038j-sparsehash-2.0.4
├── include
│   ├── google
│   │   ├── dense_hash_map
│   │   ├── dense_hash_set
│   │   ├── sparsehash
│   │   │   ├── densehashtable.h
│   │   │   ├── hashtable-common.h
│   │   │   ├── libc_allocator_with_realloc.h
│   │   │   └── sparsehashtable.h
│   │   ├── sparse_hash_map
│   │   ├── sparse_hash_set
│   │   ├── sparsetable
│   │   ├── template_util.h
│   │   └── type_traits.h
│   └── sparsehash
│   ├── dense_hash_map
│   ├── dense_hash_set
│   ├── internal
│   │   ├── densehashtable.h
│   │   ├── hashtable-common.h
│   │   ├── libc_allocator_with_realloc.h
│   │   ├── sparseconfig.h
│   │   └── sparsehashtable.h
│   ├── sparse_hash_map
│   ├── sparse_hash_set
│   ├── sparsetable
│   ├── template_util.h
│   └── type_traits.h
├── lib
│   └── pkgconfig
│   └── libsparsehash.pc
└── share
└── doc
└── sparsehash-2.0.2
├── AUTHORS
├── ChangeLog
├── COPYING
├── dense_hash_map.html
├── dense_hash_set.html
├── designstyle.css
├── implementation.html
├── index.html
├── INSTALL
├── NEWS
├── performance.html
├── README
├── README_windows.txt
├── sparse_hash_map.html
├── sparse_hash_set.html
├── sparsetable.html
└── TODO
10 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment