Skip to content

justnoise/multiindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

As of October 2015, this is a work in progress.

MultiIndex

This is mostly an exercise to explore what a simple Python implementation of Boost's MultiIndex Container might look like.

Requirements

It uses sortedcontainers for the sorted indexes. pip install sortedcontainers

Todo

  • Needs tests
  • Turn it into a package

About

Cheap Python implementation of Boost Multi-Index Containers Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages