Some basic benchmarks. These are not very comprehensive, but hopefully point to these are useful container types with intriguing performance characteristics:
-
lists: compares performance of a handful of list types to the
Base.Vector
formapfoldl
,mapreduce
, andgetindex
-
dictionaries: compares performance of a few dictionary types for lookups and inserts. Uses
Base.Dict
as a comparison point.