isi-vista / immutablecollections

A library for immutable collections, in the spirit of Guava's Immutable Collections.
MIT License
3 stars 2 forks source link

Create benchmarks for ImmutableList #15

Closed gabbard closed 5 years ago

gabbard commented 5 years ago

These could probably be based on the Guava benchmarks: https://github.com/google/guava/tree/master/guava-tests/benchmark/com/google/common/collect

berquist commented 5 years ago

ImmutableList is gone as of https://github.com/isi-vista/immutablecollections/pull/45.