Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 592 Bytes

File metadata and controls

13 lines (10 loc) · 592 Bytes

DateFormatter Performance

Used to show Jr. devs the performance impact of different approaches to parsing and operating on model dates in bulk.

Runs 4 tests to parse dates from a list of 10,000 models:

  1. Computed Properties, Unshared DateFormatter
  2. Computed Properties, Shared DateFormatter
  3. Stored Properties, Unshared DateFormatter
  4. Stored Properties, Shared DateFormatter

Topics

#DateFormatter #ComputedProperties #StoredProperties #DispatchGroup