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
J'ai arrêté d'utiliser BeautifulSoup qui est d'une lenteur abominable. J'utilise https://github.com/rushter/selectolax et je perso vois des 10x to 20x en rapidité sur mes projets, voir benchmark.
Exemple d'initialisation:
from selectolax.lexbor import LexborHTMLParser
tree = LexborHTMLParser(html)
elements = tree.css(".my-thing")
The text was updated successfully, but these errors were encountered:
Cf https://github.com/incubateur-ademe/quefairedemesobjets/pull/968/files#r1832102064
The text was updated successfully, but these errors were encountered: