This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Multi-index Containers Library
Type: enhancement Stage:
Components: Extension Modules Versions: Python 3.6
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: elfring, eric.smith
Priority: normal Keywords:

Created on 2014-11-27 13:50 by elfring, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg231761 - (view) Author: Markus Elfring (elfring) Date: 2014-11-27 13:50
I find a data structure like it is provided by the "Boost Multi-index Containers Library" interesting for efficient data processing.
http://www.boost.org/doc/libs/1_57_0/libs/multi_index/doc/index.html

How are the chances to integrate a class library with similar functionality into the Python software infrastructure?
msg231764 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2014-11-27 15:41
You should discuss this on the python-ideas mailing list. Then if there's traction there, we'll re-open this issue. Please reference this issue number when starting the discussion on python-ideas so we can find it later.
History
Date User Action Args
2022-04-11 14:58:10adminsetgithub: 67146
2014-11-27 15:41:46eric.smithsetstatus: open -> closed
versions: + Python 3.6
nosy: + eric.smith

messages: + msg231764
2014-11-27 13:50:39elfringcreate