You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/benchmark.md
+5
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,11 @@ Let's now compare those libraries per language
34
34
35
35
### **Conclusion**
36
36
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
+
37
42
#### Recommended
38
43
39
44
- For **NodeJS**: `TinyLD`, `langdetect` or `node-cld` (fast and accurate)
Copy file name to clipboardExpand all lines: utils/mkdown.js
+4
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,10 @@ Let's now compare those libraries per language
81
81
82
82
### **Conclusion**
83
83
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
+
84
88
#### Recommended
85
89
86
90
- For **NodeJS**: \`TinyLD\`, \`langdetect\` or \`node-cld\` (fast and accurate)
0 commit comments