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
Scrapling's adaptive element finding capabilities significantly outperform alternatives:
259
260
260
261
| Library | Time (ms) | vs Scrapling |
261
262
|-------------|:---------:|:------------:|
262
-
|Scrapling |1.87| 1.0x |
263
-
| AutoScraper |10.24| 5.476x|
263
+
| Scrapling |2.46| 1.0x |
264
+
| AutoScraper |13.3| 5.407x|
264
265
265
266
266
267
> All benchmarks represent averages of 100+ runs. See [benchmarks.py](https://github.com/D4Vinci/Scrapling/blob/main/benchmarks.py) for methodology.
> Alle Benchmarks stellen Durchschnittswerte von über 100 Durchläufen dar. Siehe [benchmarks.py](https://github.com/D4Vinci/Scrapling/blob/main/benchmarks.py) für die Methodik.
### Rendimiento de Similitud de Elementos y Búsqueda de Texto
247
248
248
249
Las capacidades de búsqueda adaptativa de elementos de Scrapling superan significativamente a las alternativas:
249
250
250
-
|Biblioteca | Tiempo (ms) | vs Scrapling |
251
-
|--------------|:-----------:|:------------:|
252
-
|Scrapling |1.87| 1.0x |
253
-
| AutoScraper |10.24| 5.476x|
251
+
| Biblioteca | Tiempo (ms) | vs Scrapling |
252
+
|-------------|:-----------:|:------------:|
253
+
| Scrapling |2.46| 1.0x |
254
+
| AutoScraper |13.3| 5.407x|
254
255
255
256
256
257
> Todos los benchmarks representan promedios de más de 100 ejecuciones. Ver [benchmarks.py](https://github.com/D4Vinci/Scrapling/blob/main/benchmarks.py) para la metodología.
### Производительность подобия элементов и текстового поиска
247
248
248
249
Возможности адаптивного поиска элементов Scrapling значительно превосходят альтернативы:
249
250
250
-
|Библиотека | Время (мс) | vs Scrapling |
251
+
| Библиотека | Время (мс) | vs Scrapling |
251
252
|-------------|:----------:|:------------:|
252
-
|Scrapling |1.87| 1.0x |
253
-
| AutoScraper |10.24| 5.476x|
253
+
| Scrapling |2.46| 1.0x |
254
+
| AutoScraper | 13.3| 5.407x|
254
255
255
256
256
257
> Все тесты производительности представляют собой средние значения более 100 запусков. См. [benchmarks.py](https://github.com/D4Vinci/Scrapling/blob/main/benchmarks.py) для методологии.
0 commit comments