Examples with "parseur JSON" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
simdjson: le premier parseur JSON capable d'atteindre des vitesses de plusieurs gigaoctets par seconde, avec validation complète en utilisant un seul coeur.
simdjson: the first JSON parser to run at speeds of gigabytes per second with full validation using a single core on a commodity processor.
Daniel Lemire a reçu le prix pour ses travaux sur le parseur JSON.
Afin d'établir une certaine crédibilité des performances du parseur par superposition d'index en général, j'ai étalonné mon parseur JSON par rapport à Gson.
In order to establish some credibility for index overlay parser performance in general, I have benchmarked my JSON parser implementation against Gson.
Avec ses collaborateurs en 2019, il a écrit le parseur JSON le plus rapide au monde (simdjson): JSON est le format standard d'échange de données sur Internet.
With his collaborators in 2019, he wrote the fastest JSON parser in the world (simdjson): JSON is the de facto standard data interchange format on the Internet.
Andere resultaten
Nous avons pris Python, C, Go et d'autres parseurs JSON et testé leur performance avec certains clients MQTT.
We took Python, C, Go, and other JSON parsers and tested their performance with some MQTT clients.
On lit un fichier JSON sur le serveur grâce à un parseur.
A JSON file is read on the server through a parser.
Vous pouvez utiliser JSON en PHP une fois le fichier parsé avec un parseur PHP.
You can use JSON in PHP once parsed with a PHP parser.
JsonParser est un parseur qui permet un accès en lecture seule à une source de données JSON.
JsonParser is a pull parser that allows forward, read-only access to a JSON input source.
Le parseur simdjson a montré qu'il est possible de traiter des fichiers JSON à des gigaoctets par seconde sans rien sacrifier.
The simdjson library showed for the first time that is possible to parse JSON at gigabytes per second correctly and completly.
Les fichiers au format JSON s'utilisent dans différents langages de programmation, notamment PHP et Java grâce à des parseurs qui permettent d'accéder au contenu, et éventuellement de le convertir en classes et attributs, dans ce langage.
JSON file are used by various programming languages, including PHP and Java thanks to parsers that allow to get the content and that may even convert it into classes and attributes of the language.
Si le client sollicite ce sous-protocole et que le serveur souhaite l'accepter, vous devez disposer d'un parseur (d'un décodeur) JSON et décoder les données par celui-ci.
If the client solicits this protocol and the server wants to use it, the server will need to have a JSON parser.
Une fois que le parseur a terminé l'analyse du JSON ci-dessus, vous aurez un index (élément du buffer) constitué des positions, longueurs et types des éléments marqués ci-dessus.
Once the parser is finished parsing the above JSON you will have an index (element buffer) consisting of the positions, lengths and element types of the elements marked above.