Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 479 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 479 Bytes

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 for mapfoldl, mapreduce, and getindex

  • dictionaries: compares performance of a few dictionary types for lookups and inserts. Uses Base.Dict as a comparison point.