wangjia184/sortedset
An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing
GoBSD-2-Clause
Issues
- 1
Create version for use with go modules
#4 opened by osheari1 - 0
GetByScoreRange search reverse will return empty header node, when there is no smaller score than high bound score.
#22 opened by icey129 - 0
Invalid ranges should return empty but it isn't
#18 opened by hbina - 1
How to get the length of the set?
#17 opened by hbina - 5
Add Remove Option in `GetByScoreRangeOptions`
#12 opened by parkerroan - 0
support for custom sort function
#11 opened by Jekinnnnnn - 4
marshal and unmarshal 'SortedSet' struct
#1 opened by mdaliyan - 1
createNode如果多次创建不释放 占用内存太大,
#10 opened by xukun311 - 1
- 0
var limit int = 2147483648
#5 opened by mangup - 2
Is this thread safe?
#3 opened by mofadeyunduo - 2
specify sorting order
#2 opened by jyzhou17