hdbeukel / james-core

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

Reduce overhead of unmodifiable view creation #14

Closed hdbeukel closed 9 years ago

hdbeukel commented 9 years ago

Whenever possible and appropriate, create view(s) once and store both references to underlying collection (modifiable, internal) and view (unmodifiable, exposed).