Skip to content

bugfixes+reduced footprint

Compare
Choose a tag to compare
@RuedigerMoeller RuedigerMoeller released this 19 Jun 08:57
· 250 commits to master since this release
  • reduced overuse of threadlocal consuming memory in apps using many threads
  • reduced size of cached class metadata drastically
  • consumption of permspace is bounded now (increased with each fstconfiguration instance before)
  • performance improvements
  • fixed a classloader issue in json codec
  • minor misc fixes