lstrojny / functional-php

Primitives for functional programming in PHP
MIT License
1.98k stars 204 forks source link

Prevent hash collisions for object hashing #225

Closed lstrojny closed 4 years ago

lstrojny commented 4 years ago

Fixes a bug with the key generator where early object discarding could lead to hash collisions and therefore to incorrect memoized values.