Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 19, 2019 20:44
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 ryantm/acc9ecd1da8788b030ec3734f1ebd108 to your computer and use it in GitHub Desktop.
Save ryantm/acc9ecd1da8788b030ec3734f1ebd108 to your computer and use it in GitHub Desktop.
/nix/store/hplbq0d9r0c8nghj6j377mh0fi7jzyfy-mdds-1.5.0
├── include
│   └── mdds-1.5
│   └── mdds
│   ├── flat_segment_tree_def.inl
│   ├── flat_segment_tree.hpp
│   ├── flat_segment_tree_itr.hpp
│   ├── global.hpp
│   ├── multi_type_matrix_def.inl
│   ├── multi_type_matrix.hpp
│   ├── multi_type_vector
│   │   ├── collection_def.inl
│   │   └── collection.hpp
│   ├── multi_type_vector_custom_func1.hpp
│   ├── multi_type_vector_custom_func2.hpp
│   ├── multi_type_vector_custom_func3.hpp
│   ├── multi_type_vector_def.inl
│   ├── multi_type_vector.hpp
│   ├── multi_type_vector_itr.hpp
│   ├── multi_type_vector_macro.hpp
│   ├── multi_type_vector_trait.hpp
│   ├── multi_type_vector_types.hpp
│   ├── node.hpp
│   ├── point_quad_tree.hpp
│   ├── quad_node.hpp
│   ├── rectangle_set_def.inl
│   ├── rectangle_set.hpp
│   ├── rtree_def.inl
│   ├── rtree.hpp
│   ├── segment_tree_def.inl
│   ├── segment_tree.hpp
│   ├── sorted_string_map_def.inl
│   ├── sorted_string_map.hpp
│   ├── trie_map_def.inl
│   ├── trie_map.hpp
│   └── trie_map_itr.hpp
├── lib
│   └── pkgconfig
│   └── mdds-1.5.pc
└── share
├── doc
│   └── mdds
│   ├── AUTHORS
│   ├── COPYING
│   ├── NEWS
│   └── README.md
└── pkgconfig
└── mdds-1.5.pc
10 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment