{"id":16653773,"url":"https://github.com/mirecl/rustest","last_synced_at":"2026-03-10T17:39:00.797Z","repository":{"id":117560656,"uuid":"454433652","full_name":"mirecl/rustest","owner":"mirecl","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-30T10:39:58.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T10:33:06.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mirecl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-01T15:07:42.000Z","updated_at":"2022-02-01T15:12:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d4fc3a8-2449-4db9-9c7d-89be32440591","html_url":"https://github.com/mirecl/rustest","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirecl%2Frustest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirecl%2Frustest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirecl%2Frustest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirecl%2Frustest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirecl","download_url":"https://codeload.github.com/mirecl/rustest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243266829,"owners_count":20263798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T09:47:31.130Z","updated_at":"2026-03-10T17:38:55.768Z","avatar_url":"https://github.com/mirecl.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://pepy.tech/project/pprof\"\u003e\u003cimg src=\"https://pepy.tech/badge/pprof?kill_cache=1\"/\u003e\u003c/a\u003e\n\u003cimg src=\"https://pepy.tech/badge/pprof\"/\u003e\n\n\u003cimg src=\"https://img.shields.io/github/license/mirecl/pprof\"/\u003e\n\u003cimg src=\"https://img.shields.io/github/license/mirecl/pprof?kill_cache=1\"/\u003e\n\n### Версии:\nPython - **3.6.15**:\n+ xmltodict - **0.12.0**\n+ lxml - **4.7.1**\n\nRust - **1.57.0** \n+ pyo3 - **0.15.1**\n+ quick-xml - **0.22.0**\n+ serde - **1.0.136**\n\n**Структура XML-файла:**\n```xml\n\u003cdata\u003e\n  \u003cperson\u003e\n    \u003caddress\u003e8450 Reid Orchard Apt. 815\u003c/address\u003e\n    \u003cage\u003e76\u003c/age\u003e\n    \u003camount\u003e45826\u003c/amount\u003e\n    \u003ccity\u003eEast Linda\u003c/city\u003e\n    \u003ccountry\u003eIS\u003c/country\u003e\n    \u003ccredit_card_number\u003e4926698773041235\u003c/credit_card_number\u003e\n    \u003ccurrency\u003eZWD\u003c/currency\u003e\n    \u003cdate\u003e1993-07-22\u003c/date\u003e\n    \u003cemail\u003eulambert@alvarez-carpenter.org\u003c/email\u003e\n    \u003cjob\u003ePersonal assistant\u003c/job\u003e\n    \u003cmale\u003eFalse\u003c/male\u003e\n    \u003cname\u003eDaniel Pennington\u003c/name\u003e\n    \u003cphone_number\u003e6641446731\u003c/phone_number\u003e\n    \u003cpostcode\u003e55819\u003c/postcode\u003e\n    \u003cquantity\u003e1222\u003c/quantity\u003e\n    \u003csite\u003eweb-60.campbell.info\u003c/site\u003e\n  \u003c/person\u003e\n  \u003cperson\u003e\n     ...\n  \u003c/person\u003e\n\u003cdata\u003e\n```\n**Результат преобразования в Python-объект:**\n```python\n[\n  {\n     'name': 'Daniel Pennington',\n     'city': 'East Linda',\n     'address': '8450 Reid Orchard Apt. 815',\n     'email': 'ulambert@alvarez-carpenter.org',\n     'country': 'IS',\n     'credit_card_number': 4926698773041235,\n     'currency': 'ZWD',\n     'site': 'web-60.campbell.info',\n     'job': 'Personal assistant',\n     'postcode': 55819,\n     'phone_number': '6641446731',\n     'male': False,\n     'amount': 45826,\n     'quantity': 1222,\n     'age': 76,\n     'date': '1993-07-22'\n  },\n  {\n   ...\n  }\n]\n```\n\n\u003ctable\u003e\n    \u003ccaption\u003eВремя преобразования XML-файла в Python-объект в зависимости от размера XML.\u003c/caption\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003cth\u003eLibrary\u003c/th\u003e\n            \u003cth\u003eLanguage\u003c/th\u003e\n            \u003cth\u003e60Kb\u003c/th\u003e\n            \u003cth\u003e120Kb\u003c/th\u003e\n            \u003cth\u003e300Kb\u003c/th\u003e\n            \u003cth\u003e600Kb\u003c/th\u003e\n            \u003cth\u003e1.2Mb\u003c/th\u003e\n            \u003cth\u003e3.2Mb\u003c/th\u003e\n            \u003cth\u003e9Mb\u003c/th\u003e\n            \u003cth\u003e30Mb\u003c/th\u003e\n            \u003cth\u003e60Mb\u003c/th\u003e\n        \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003exmltodict\u003c/td\u003e\n            \u003ctd\u003ePython\u003c/td\u003e\n            \u003ctd\u003e99.4ms\u003c/td\u003e\n            \u003ctd\u003e104.1ms\u003c/td\u003e\n            \u003ctd\u003e144.0ms\u003c/td\u003e\n            \u003ctd\u003e194.3 ms\u003c/td\u003e\n            \u003ctd\u003e311.9ms\u003c/td\u003e\n            \u003ctd\u003e679.2ms\u003c/td\u003e\n            \u003ctd\u003e1809.6s\u003c/td\u003e\n            \u003ctd\u003e6.040s\u003c/td\u003e\n            \u003ctd\u003e11.817s\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003elxml\u003c/td\u003e\n            \u003ctd\u003eCython\u003c/td\u003e\n            \u003ctd\u003e56.8ms\u003c/td\u003e\n            \u003ctd\u003e58.8ms\u003c/td\u003e\n            \u003ctd\u003e70.7ms\u003c/td\u003e\n            \u003ctd\u003e86.1ms\u003c/td\u003e\n            \u003ctd\u003e123.1ms\u003c/td\u003e\n            \u003ctd\u003e235.5ms\u003c/td\u003e\n            \u003ctd\u003e615.1ms\u003c/td\u003e\n            \u003ctd\u003e1.815s\u003c/td\u003e\n            \u003ctd\u003e3.529s\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003epyo3+quick-xml\u003c/td\u003e\n            \u003ctd\u003eRust\u003c/td\u003e\n            \u003ctd style=\"color:green\"\u003e36.4ms\u003c/td\u003e\n            \u003ctd style=\"color:green\"\u003e37.5ms\u003c/td\u003e\n            \u003ctd style=\"color:green\"\u003e51.4ms\u003c/td\u003e\n            \u003ctd style=\"color:green\"\u003e55.4ms\u003c/td\u003e\n            \u003ctd style=\"color:green\"\u003e79.9ms\u003c/td\u003e\n            \u003ctd style=\"color:green\"\u003e149.9ms\u003c/td\u003e\n            \u003ctd style=\"color:green\"\u003e365.7ms\u003c/td\u003e\n            \u003ctd style=\"color:green\"\u003e1.161s\u003c/td\u003e\n            \u003ctd style=\"color:green\"\u003e2.304s\u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirecl%2Frustest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirecl%2Frustest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirecl%2Frustest/lists"}