jline / jline2

Jline 2.x
http://jline.github.com/jline2/
Other
713 stars 182 forks source link

InfoCmp consumes about 128kb memory #264

Closed CodingFabian closed 7 years ago

CodingFabian commented 8 years ago

When looking to reduce memory footprint of karaf, I noticed that InfoCmp consumes 128kb memory. This is mostly held by the NAMES map, which holds all the various permutations. Could this be maybe restructured or even discarded after startup?

(yes I know. 128kb is not much. But its the third biggest consumer in this karaf runing on a low memory device.)

gnodet commented 7 years ago

Could you raise an issue in jline3 ?