You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
luccioman
568e3dde6a
Improved synonyms memory footprint.
The idea is to avoid unnecessary String objects duplication for the same
words. Particularly efficient with the large moby thesaurus.
Memory footprint measurements with VisualVM :
- openthesaurus_de_yacy :
- initial : 19 443 796 bytes
- after refactoring : 18 012 606 bytes
- mobythesaurus_en_yacy :
- initial : 343 453 904 bytes
- after refactoring : 173 843 780 bytes
- thesaurus_ru_yacy :
- initial : 3 800 706 bytes
- after refactoring : 3 466 612 bytes
- de + en + ru :
- initial : 366 603 450 bytes
- after refactoring : 195 015 914 bytes
|
9 years ago |
.. |
net/yacy
|
Improved synonyms memory footprint.
|
9 years ago |
log4j.properties
|
…
|
|