Skip to content

Commit 82abac2

Browse files
committed
Add a paragraph to benchmark
1 parent 56eeddd commit 82abac2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎docs/benchmark.md

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Let's now compare those libraries per language
3434

3535
### **Conclusion**
3636

37+
#### Popular != Performant
38+
39+
- It's quite funny to notice the two most popular nodejs libs `languagedetect` (really high in google) and `franc` (over 4k stars on github) are both at the bottom of the charts.
40+
- At the opposite `langdetect` which is quite unknown performs really well and is the only one to come close to `tinyld`.
41+
3742
#### Recommended
3843

3944
- For **NodeJS**: `TinyLD`, `langdetect` or `node-cld` (fast and accurate)

‎utils/mkdown.js

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ Let's now compare those libraries per language
8181
8282
### **Conclusion**
8383
84+
#### Popular != Performant
85+
* It's quite funny to notice the two most popular nodejs libs \`languagedetect\` (really high in google) and \`franc\` (over 4k stars on github) are both at the bottom of the charts.
86+
* At the opposite \`langdetect\` which is quite unknown performs really well and is the only one to come close to \`tinyld\`.
87+
8488
#### Recommended
8589
8690
- For **NodeJS**: \`TinyLD\`, \`langdetect\` or \`node-cld\` (fast and accurate)

0 commit comments

Comments
 (0)