hdbeukel / james-core

Core module of the JAMES framework
Apache License 2.0
6 stars 5 forks source link

Use fast collections framework #23

Open hdbeukel opened 9 years ago

hdbeukel commented 9 years ago

Several frameworks exist which claim to provide faster implementations of collections in Java, e.g.

FastUtil: http://fastutil.di.unimi.it/ Trove: http://trove.starlight-systems.com/home

Most frameworks also provide optimized collections for primitive types. We might explore the benefits of using such framework in JAMES.