issues
search
icecave
/
collections
A PHP collection library loosely inspired by the .NET runtime and the C++ STL. [DEPRECATED]
MIT License
70
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Status of development
#79
djmattyg007
opened
8 years ago
2
ObjectIdentityComparator does not honour Parity comparison semantics.
#78
jmalloc
opened
10 years ago
0
Add Set removal operations that throw on failure.
#77
jmalloc
opened
10 years ago
0
Add documentation about the Collection class.
#76
jmalloc
opened
10 years ago
0
Performance improvements to Vector.
#75
jmalloc
closed
6 years ago
1
Vector::insertRange does not assert that the given collection is actually another vector.
#74
jmalloc
closed
10 years ago
0
Feature/linked list
#73
koden-km
closed
10 years ago
2
Change set and map tests back to normal test suites.
#72
jmalloc
closed
10 years ago
0
Cloning a linked list corrupts the original.
#71
jmalloc
closed
10 years ago
1
Feature/double linked list
#70
koden-km
closed
10 years ago
0
Add pop() to SetInterface and MapInterface
#69
jmalloc
opened
10 years ago
1
Ability to Set::pop() an arbitrary value.
#68
jmalloc
closed
10 years ago
0
Feature/double linked list
#67
koden-km
closed
10 years ago
2
Collection::getIterator does not resolve IteratorAggregates that return another aggregate.
#66
jmalloc
closed
10 years ago
0
Set allows adding of multiple objects that are be Parity::compare($a, $b) === 0.
#65
jmalloc
closed
10 years ago
2
Create a wrapper around SplObjectStorage that implements MutableAssociativeInterface
#64
jmalloc
opened
10 years ago
0
Update parity to 1.0.0-alpha.1
#63
jmalloc
closed
11 years ago
1
Remove HashMap and HashSet for 1.0.0
#62
jmalloc
closed
11 years ago
0
Collection::trySave should be part of the public API.
#61
jmalloc
closed
11 years ago
1
Use of Iterator prevents nested iteration.
#60
jmalloc
closed
11 years ago
1
Vector comparison compares reserved space.
#59
jmalloc
closed
11 years ago
0
Collection views
#58
jmalloc
opened
11 years ago
0
Missing type checks on Collection::compare and trySave
#57
jmalloc
closed
11 years ago
0
PriorityQueue::push() uses weak == check against null.
#56
jmalloc
closed
11 years ago
0
HashSet and HashMap need to be implemented on top of a proper hash bucket.
#55
jmalloc
opened
11 years ago
1
Unify collection construction.
#54
jmalloc
closed
11 years ago
1
Create a SetInterface
#53
jmalloc
closed
11 years ago
0
Vector::filterInPlace calls predicate with "leaked" NULLs from reserved capacity.
#52
jmalloc
closed
11 years ago
0
Create implode/explode operations that work with any iterator.
#51
jmalloc
closed
11 years ago
1
Document that all end-indices are exclusive.
#50
jmalloc
closed
11 years ago
0
All methods that support $startIndex should also support an end index.
#49
jmalloc
closed
11 years ago
0
Implement 'fast' range inserts for random access collections.
#48
jmalloc
closed
11 years ago
1
Create a comparator based Map
#47
jmalloc
closed
11 years ago
0
Rename ambiguous methods with immutable and mutable variants
#46
jmalloc
closed
11 years ago
7
Vector::filter() does not nullify unused capacity.
#45
jmalloc
closed
11 years ago
0
Vector::join() does not honour size() on the source vector.
#44
jmalloc
closed
11 years ago
0
Add SeekableIterator support to Vector
#43
jmalloc
closed
11 years ago
0
Feature request
#42
ezzatron
closed
11 years ago
1
Integrate icecave/parity
#41
jmalloc
closed
11 years ago
1
Implement a doubly linked list.
#40
jmalloc
closed
10 years ago
1
Create iterator traits system
#39
jmalloc
closed
11 years ago
0
Create a comparator-based Set
#38
jmalloc
closed
11 years ago
0
Add callback-based functional-style iteration helpers.
#37
jmalloc
closed
11 years ago
0
Vector performs count($elements) without first checking that $elements is countable.
#36
jmalloc
closed
11 years ago
2
Map should implement Set-like features based on key
#35
jmalloc
opened
11 years ago
1
PHP issue prevents returning anything other than int/string from Iterator::key().
#34
jmalloc
closed
11 years ago
1
Abstract concrete collection implementations into driver classes in preparation for C implementation.
#33
jmalloc
opened
11 years ago
0
Why does Set::key() return $this->current() instead of key($this->elements) ?
#32
ErsafanRend
closed
11 years ago
6
Implemented prototype table collection. Relates to #25.
#31
ezzatron
closed
11 years ago
1
Implement partition algorithms.
#30
jmalloc
closed
11 years ago
0
Next