saalfeldlab / paintera

GNU General Public License v2.0
100 stars 17 forks source link

Stop using global cache #299

Open hanslovsky opened 5 years ago

hanslovsky commented 5 years ago

A global cache and managed was introduced as experimental feature to speed up Paintera. It does not seem to have a positive effect. We should remove that cache entirely and relay on softref cache and Java garbage collection only.