-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated tests, added a priority queue
Updated the tests to reflect the functionality added in verion 0.4.0, and then updated the library to actually pass all those tests. Notably, there was a problem with loading and dumping to and from files, but it's been resolved. This version also sees the introduction of a priority queue, with unique elements. While it is potentially problematic to be tied to the uniqueness constraing, one can always inject arbitrary ids for repeated values. Perhaps not the most efficient method in the world, but it exposes one more list type in redis.
- Loading branch information
Dan Lecocq
committed
Nov 11, 2011
1 parent
89d19a3
commit 0a24208
Showing
2 changed files
with
254 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.