mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Use php-ds <3 #5667
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guilhermeblanco on GitHub (Sep 2, 2017).
@Anyqax commented on GitHub (Sep 2, 2017):
Just curious... does that imply everyone would have to install the php-ds extension (or suffer the performance penalties of the polyfill)? Are there specific parts of the orm which are expected to perform better with the extension?
@Ocramius commented on GitHub (Sep 2, 2017):
The
UnitOfWorkwould benefit massively from an object-to-object map@Anyqax commented on GitHub (Sep 2, 2017):
Ah okay, excited to see how 3.0 turns out. Thanks for your efforts!
@Majkl578 commented on GitHub (Sep 2, 2017):
Object-to-object is possible with SPL's SplObjectStorage already.
Last time I was playing with php-ds, it didn't convince me with stability, many crashes, SIGBUSes etc... 😕
@Ocramius commented on GitHub (Sep 2, 2017):
It can also get better :-P
@alsar commented on GitHub (Apr 4, 2018):
Is this still an option for 3.0?
@Ocramius commented on GitHub (Apr 4, 2018):
@alsar only if benchmarks show an actual improvement.
@glensc commented on GitHub (Aug 31, 2019):
nice ticket id #6666 :)