François
01/30/2025, 8:59 PMjw
01/30/2025, 9:59 PMjw
01/30/2025, 10:02 PMjw
01/30/2025, 10:03 PMList<Int>
to an IntList
is always going to be the right choice as long as you don't have a library's public API considerations to make.jw
01/30/2025, 10:05 PMHashMap
(or LinkedHashMap
) to an ArrayMap
, though, is far less clear, and depends on access patters and collection size.François
01/31/2025, 7:50 AM