1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update documentation: complete intro, add performance graphs More... over 11 years ago
Some notes on implementation More... over 11 years ago
Write intro for SortedDict More... over 11 years ago
Add github link, and couple fixes for index More... over 11 years ago
Change SortedDict.iloc to support slices More... over 11 years ago
Update sidebar, index, and introduction. More... over 11 years ago
Theming, templating, and outline for documentation. More... over 11 years ago
Start on documentation, move some notes as appropriate More... over 11 years ago
Add benchmark data, plotting script, plots, and docs quickstart files. More... over 11 years ago
Benchmarking improvements and limits More... over 11 years ago
Stress testing complete. More... over 11 years ago
Update tests for Py3 More... over 11 years ago
Replace izip with zip name More... over 11 years ago
Make sure load/half is integer More... over 11 years ago
Update sorteddict to return KeysView for .keys and remove viewkeys before 2.6 specifically More... over 11 years ago
More progress toward python 3 support More... over 11 years ago
Changes for py 3.2 compat: relative imports, xrange to range, etc. More... over 11 years ago
Update Notes, working toward py 3.2 compat More... over 11 years ago
Update Notes More... over 11 years ago
Update tests for SortedDict.iloc and py26 More... over 11 years ago
Add benchmarks for sortedsets More... over 11 years ago
Add string format 0 More... over 11 years ago
Remove views from sorteddict in py26 More... over 11 years ago
Add iloc for index location to sorted dict More... over 11 years ago
Update sorted set test for copy, use shallow copy More... over 11 years ago
Performance improvements for sorted sets More... over 11 years ago
update notes for sorted set progress More... over 11 years ago
Add iter and add benchmarks for sorted set More... over 11 years ago
Update test after sorted set _slist to _list rename More... over 11 years ago
Update sorted set impl to use built-in set More... over 11 years ago