st_tree
Tree container
A C++ template class for tree data structures with flexible storage models and standard STL interfaces.
A fast and flexible c++ template class for tree data structures
96 stars
8 watching
20 forks
Language: C++
last commit: almost 3 years ago
Linked from 1 awesome list
c-plus-plusdata-structuredata-structuresstandard-template-librarystlstl-containertree
Related projects:
Repository | Description | Stars |
---|---|---|
kpeeters/tree.hh | A C++ header-only library implementing an n-ary tree data structure with STL-like interfaces | 135 |
rurban/ctl | A C container template library implementing various data structures and algorithms in ISO C99/C11. | 172 |
mattreecebentley/plf_colony | An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements. | 400 |
samchon/tstl | A TypeScript implementation of the C++ Standard Template Library | 604 |
dlvandenberg/tree-sitter-angular | A parser for Angular's Control Flow syntax and other features in its template language. | 40 |
jorgen/json_struct | A C++ library that enables direct conversion between JSON and structured C++ data types | 427 |
mattreecebentley/plf_stack | A C++ data container optimized for stack-based operations with improved performance compared to standard library containers. | 64 |
ocornut/str | A lightweight C++ string type with an optional local buffer. | 249 |
zacharypatten/towel | A C# library implementing an AVL tree data structure with additional features. | 729 |
orlp/devector | A container class with efficient append operations on either end. | 37 |
dmlc/treelite | Enables storage and exchange of decision tree models in a format independent of specific frameworks or platforms. | 742 |
tree-sitter/tree-sitter-cpp | A C++ implementation of the Tree Sitter parser framework | 279 |
serge-sans-paille/frozen | A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,342 |
erikgartner/dtree | A JavaScript library for visualizing hierarchical data with multiple parents. | 526 |
tree-sitter-grammars/tree-sitter-xml | Provides grammars and parser implementation for XML & DTD files | 29 |