[Python-ideas] Multi-index Containers Library
SF Markus Elfring
elfring at users.sourceforge.net
Mon Dec 1 17:50:44 CET 2014
> I don't know the first thing about Boost, but this sounds like a database.
The summary mentions it also.
http://www.boost.org/doc/libs/1_57_0/libs/multi_index/doc/index.html
"...
The concept of multi-indexing over the same collection of elements is borrowed from relational database terminology and allows for the specification of complex data structures in the spirit of multiply indexed relational tables where simple sets and maps are not enough.
..."
> Perhaps you can use sqlite?
I am reusing this software already as you can see here:
Determination for the number of named function parameters (with SmPL)
https://lkml.org/lkml/2014/12/1/184
Regards,
Markus
More information about the Python-ideas
mailing list