Added a note about PyPy support to the README file. |
|
More...
|
almost 11 years ago
|
Added PyPy3 to the build matrix. |
|
More...
|
almost 11 years ago
|
Bump version to 0.9.1 for flake8 fixes, bisect fix, setitem fix, _maxes fix, coverage and docs update |
|
More...
|
almost 11 years ago
|
Add blurb/link to workload perf compare on other perf pages. |
|
More...
|
almost 11 years ago
|
Add coverage for sub, and, xor, or for sortedset |
|
More...
|
almost 11 years ago
|
Change '_maxes is None' to 'not _maxes' in sortedlistwithkey |
|
More...
|
almost 11 years ago
|
Bug fix: setitem must update _maxes |
|
More...
|
almost 11 years ago
|
Update source, docs, and tests so bisect(...) is a shortcut for bisect_right(...) |
|
More...
|
almost 11 years ago
|
flake8 fixes with arguments --max-line-length=80 --ignore=E301,E302 |
|
More...
|
almost 11 years ago
|
Oops, forgot to update readme docs |
|
More...
|
almost 11 years ago
|
Bump version to 0.9.0 on account of new, fast, tree-based indexing |
|
More...
|
almost 11 years ago
|
Add workload performance graphs for runtime and load comparison. |
|
More...
|
almost 11 years ago
|
update performance data and graphs |
|
More...
|
almost 11 years ago
|
Minor improvements to documentation. |
|
More...
|
almost 11 years ago
|
Update documentation for new performance-workload benchmarks. |
|
More...
|
almost 11 years ago
|
Update docs for SortedListWithKey. |
|
More...
|
almost 11 years ago
|
Small tweak to implementation docs |
|
More...
|
almost 11 years ago
|
Add ior, iand, isub, ixor methods to SortedSet interface |
|
More...
|
almost 11 years ago
|
Merge branch 'master' of github.com:grantjenks/sorted_containers |
|
More...
|
almost 11 years ago
|
Update implementation docs to reflect new tree-based index |
|
More...
|
almost 11 years ago
|
Change stress to Bash script. |
|
More...
|
almost 11 years ago
|
Add coverage for build_index case when length is one |
|
More...
|
almost 11 years ago
|
Couple more small speed improvement changes to SortedList.index |
|
More...
|
almost 11 years ago
|
Make index faster by inlining and refactoring call to bisect_left |
|
More...
|
almost 11 years ago
|
Make count faster by inlining and refactoring calls to bisect_left and bisect_right |
|
More...
|
almost 11 years ago
|
Add mixed-mode benchmarks for sortedlist: PriorityQueue, Multiset, Ranking, Neighbor, Intervals |
|
More...
|
almost 11 years ago
|
Add comments for new index scheme |
|
More...
|
almost 11 years ago
|
Make _build_index faster using list(starmap(add, zip(head, tail))) |
|
More...
|
almost 11 years ago
|
Get tests with full coverage working |
|
More...
|
almost 11 years ago
|
Get delitem working with dense_tree_index |
|
More...
|
almost 11 years ago
|