Skip to content
Snippets Groups Projects
Commit d8678e02 authored by Jacques Lucke's avatar Jacques Lucke
Browse files

BLI: generally improve C++ data structures

The main focus here was to improve the docs significantly. Furthermore,
I reimplemented `Set`, `Map` and `VectorSet`. They are now (usually)
faster, simpler and more customizable. I also rewrote `Stack` to make
it more efficient by avoiding unnecessary copies.

Thanks to everyone who helped with constructive feedback.

Approved by brecht and sybren.

Differential Revision: https://developer.blender.org/D7931
parent 50258d55
No related branches found
No related tags found
No related merge requests found
Showing
with 3700 additions and 1304 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment