yacy_search_server/source/net/yacy/document/parser/html
orbiter 4cd5418963 removed finalize methods because of a hint in
http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/memleaks.html#gbyvh

The finalize method prevents that the memory, used by the objects containing the finalize method, is collected and available for the garbage collector. Instead, the memory allocated by such classes are enqueued to a java-internal finalize queue runner. This slows down all operations that uses a lot of object containing finalize methods.

this fix does not remove all finalize method, but such that may be used for throw-away objects that are allocated many times. This should cause a better run-time performance and less OutOfMemoryErrors 

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6835 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-04-23 09:32:29 +00:00
..
AbstractScraper.java removed finalize methods because of a hint in 2010-04-23 09:32:29 +00:00
AbstractTransformer.java removed finalize methods because of a hint in 2010-04-23 09:32:29 +00:00
CharacterCoding.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
ContentScraper.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 2010-04-08 00:11:32 +00:00
ContentTransformer.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
ImageEntry.java added json and rss output for image search 2009-11-23 16:10:50 +00:00
Scraper.java
ScraperInputStream.java enhanced html parser to recognize a href tags inside header tags 2010-03-11 17:52:07 +00:00
ScraperListener.java
Transformer.java
TransformerWriter.java removed finalize methods because of a hint in 2010-04-23 09:32:29 +00:00