shilad / macademia

The Macademia website visualizes connections between research interests: http://macademia.macalester.edu
15 stars 4 forks source link

Use sortedcontainers.SortedSet instead of blist.sortedset #24

Open grantjenks opened 8 years ago

grantjenks commented 8 years ago

The SortedContainers module is pure-Python and provides a faster implementation of sortedset as it's used here to compute neighbors. This change replaces blist.sortedset with sortedcontainers.SortedSet.