add spec
This commit is contained in:
parent
3c02f8766b
commit
9dacc2e90f
1 changed files with 8 additions and 3 deletions
11
readme.md
11
readme.md
|
@ -11,13 +11,18 @@ pip install or easy_install -U cython
|
||||||
# Benchmark
|
# Benchmark
|
||||||
see tests.TestCchardetSpeed
|
see tests.TestCchardetSpeed
|
||||||
|
|
||||||
Sample(shift_jis): testdata/wikipediaJa_One_Thousand_and_One_Nights.txt
|
### Sample(shift_jis):
|
||||||
|
testdata/wikipediaJa_One_Thousand_and_One_Nights.txt
|
||||||
|
|
||||||
## Result
|
### PC Spec.:
|
||||||
|
CPU: Intel Core i7 860 2.8GHz
|
||||||
|
|
||||||
|
RAM: DDR3-1333 16GB
|
||||||
|
|
||||||
|
### Result:
|
||||||
chardet: 4.009999990463257s, shift_jis
|
chardet: 4.009999990463257s, shift_jis
|
||||||
|
|
||||||
cchardet: 0.0009999275207519531s shift_jis
|
cchardet: 0.0009999275207519531s, shift_jis
|
||||||
|
|
||||||
# Contact
|
# Contact
|
||||||
[My blog](http://blog.remu.biz)
|
[My blog](http://blog.remu.biz)
|
||||||
|
|
Loading…
Reference in a new issue