Commit Graph

4 Commits

Author SHA1 Message Date
Pavol Vaskovic
311ddcec99 [benchmark] DictionaryCompactMapValues tweeks
Extracted run functions and added setUpFunctions.
2019-02-20 01:34:30 +01:00
Pavol Vaskovic
2704a3e11b [benchmark] DictionaryCompactMapValues Setup Overhead
Refactored to extract setup overhead. Input refference dictionaries are extracted to lazily initialized constants (only first sample includes the overhead, so I’m also skipping the `setUpFunction` with `blackHole`).
2019-02-18 21:32:35 +01:00
Pavol Vaskovic
8d0544dc39 [benchmark] DictionaryCompatMapValues legacyFactor 2019-01-11 13:18:51 +01:00
Daiki Matsudate
a3552f393e [stdlib] Add compactMapValues(_:) to Dictionary (#15017)
add compact map values on hashed collections
2018-07-14 22:35:16 -07:00