boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
96 stars 116 forks source link

Add "piece tree" container #257

Open Theramar opened 8 months ago

Theramar commented 8 months ago

"Piece tree" is a "multiple buffer piece table with red-black tree, optimized for line model" proposed by the team behind vscode i.e. an efficient data structure for text editors.