You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented xp-framework/rfc#334: Drop PHP 5.6:
. Heads up: Minimum required PHP version now is PHP 7.0.0
. Rewrote code base, grouping use statements
. Converted newinstance to anonymous classes
(@thekid)
Simplified code: Replaced anonymous iterator instances with yield
(@thekid)
Merged PR #1: Remove HashProvider and deprecate it.
This speeds up HashTable, HashSet, Queue and Stack performance by a
factor between 2 and 4, depending on the usecase.
(@thekid)