Files
CoreStore/Sources/Observing
Ruslan Skorb f055c54a66 [ListMonitor] Use dynamicCast() to cast fetchedObjects to [T]? without checking the type.
Type checking takes a time. So there is a performance problem when casting a large number of fetched objects to an array of a certain type using the operator `as?`.
2017-03-24 21:30:46 +02:00
..
2016-09-06 20:16:46 +09:00
2016-09-06 20:16:46 +09:00
2016-12-08 18:59:41 +09:00