Skip to content

Commit

Permalink
fix wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjatse committed Jan 22, 2017
1 parent df9dc07 commit 838c5a5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Expand Up @@ -10,22 +10,22 @@ read-art [![NPM version](https://badge.fury.io/js/read-art.svg)](http://badge.fu
## Guide

- [Features](wiki/Handbook#features)
- [Performance](wiki/Handbook#perfs)
- [Installation](wiki/Handbook#ins)
- [Usage](wiki/Handbook#usage)
- [Debug](wiki/Handbook#debug)
- [Score Rule](wiki/Handbook#score_rule)
- [Extract Selectors](wiki/Handbook#selectors)
- [Image Fallback](wiki/Handbook#imgfallback)
- [Threshold](wiki/Handbook#threshold)
- [Customize Settings](wiki/Handbook#cus_sets)
- [Output](wiki/Handbook#output)
- [Notes](wiki/Handbook#notes)
- [Features](https://github.com/Tjatse/node-readability/wiki/Handbook#features)
- [Performance](https://github.com/Tjatse/node-readability/wiki/Handbook#perfs)
- [Installation](https://github.com/Tjatse/node-readability/wiki/Handbook#ins)
- [Usage](https://github.com/Tjatse/node-readability/wiki/Handbook#usage)
- [Debug](https://github.com/Tjatse/node-readability/wiki/Handbook#debug)
- [Score Rule](https://github.com/Tjatse/node-readability/wiki/Handbook#score_rule)
- [Extract Selectors](https://github.com/Tjatse/node-readability/wiki/Handbook#selectors)
- [Image Fallback](https://github.com/Tjatse/node-readability/wiki/Handbook#imgfallback)
- [Threshold](https://github.com/Tjatse/node-readability/wiki/Handbook#threshold)
- [Customize Settings](https://github.com/Tjatse/node-readability/wiki/Handbook#cus_sets)
- [Output](https://github.com/Tjatse/node-readability/wiki/Handbook#output)
- [Notes](https://github.com/Tjatse/node-readability/wiki/Handbook#notes)

## How it works

In my case, the speed of [spider](https://github.com/Tjatse/spider2) is about **1500k documents per day**, and the maximize crawling speed is **1.2k /minute**, **avg 1k /minute**, the memory cost are about **200 MB** on each spider kernel, and the accuracy is about 90%, the rest 10% can be fixed by customizing [Score Rules](wiki/Handbook#score_rule) or [Selectors](wiki/Handbook#selectors). it's better than any other readability modules.
In my case, the speed of [spider](https://github.com/Tjatse/spider2) is about **1500k documents per day**, and the maximize crawling speed is **1.2k /minute**, **avg 1k /minute**, the memory cost are about **200 MB** on each spider kernel, and the accuracy is about 90%, the rest 10% can be fixed by customizing [Score Rules](https://github.com/Tjatse/node-readability/wiki/Handbook#score_rule) or [Selectors](https://github.com/Tjatse/node-readability/wiki/Handbook#selectors). it's better than any other readability modules.
> (4) Server infos:
> * 20M bandwidth of fibre-optical
> * 8 Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz cpus
Expand Down

0 comments on commit 838c5a5

Please sign in to comment.