yacy_search_server/source/net/yacy/document/parser/html
2009-12-10 14:40:32 +00:00
..
AbstractScraper.java
AbstractTransformer.java
CharacterCoding.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
ContentScraper.java url parser regex performance hack 2009-12-10 14:40:32 +00:00
ContentTransformer.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
ImageEntry.java added json and rss output for image search 2009-11-23 16:10:50 +00:00
Scraper.java
ScraperInputStream.java
ScraperListener.java
Transformer.java
TransformerWriter.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00