{"id":17347428,"url":"https://github.com/realtimechris/json-performance","last_synced_at":"2025-04-14T20:31:32.855Z","repository":{"id":143496311,"uuid":"614880587","full_name":"RealTimeChris/Json-Performance","owner":"RealTimeChris","description":"A few C++ json-library benchmarks, of the fastest few libraries.","archived":false,"fork":false,"pushed_at":"2025-03-15T04:02:22.000Z","size":329125,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-28T09:03:05.407Z","etag":null,"topics":["glaze-vs-simdjson","jsonifier-vs-glaze","jsonifier-vs-simdjson"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RealTimeChris.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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":"2023-03-16T14:03:00.000Z","updated_at":"2025-03-19T14:27:18.000Z","dependencies_parsed_at":"2023-11-15T13:25:41.568Z","dependency_job_id":"63c884bf-0644-4fe2-8aca-04b4af810d16","html_url":"https://github.com/RealTimeChris/Json-Performance","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"146b664259f85b9c94b53eaa750b825eef430db7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealTimeChris%2FJson-Performance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealTimeChris%2FJson-Performance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealTimeChris%2FJson-Performance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealTimeChris%2FJson-Performance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RealTimeChris","download_url":"https://codeload.github.com/RealTimeChris/Json-Performance/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248955553,"owners_count":21189160,"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":["glaze-vs-simdjson","jsonifier-vs-glaze","jsonifier-vs-simdjson"],"created_at":"2024-10-15T16:48:44.717Z","updated_at":"2025-04-14T20:31:27.845Z","avatar_url":"https://github.com/RealTimeChris.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Json-Performance\nHere's a few benchmarks on a few common operating system/compiler platforms. Although feel free to try it out on more and let me know if you do/what scores you get! Cheers! (Click each of the badges below to be taken to the respective benchmarks). Also I will add some instructions for building below.\n### The Libraries\n- [Jsonifier](https://github.com/realtimechris/jsonifier)\n- [Glaze](https://github.com/stephenberry/glaze)\n- [SimdJson](https://github.com/simdjson/simdjson)\n### By OS/Compiler:\n----\n#### Ubuntu Linux/CLANG:\n----\n[![CLANG/Linux](https://img.shields.io/github/actions/workflow/status/RealTimeChris/Json-Performance/Benchmark.yml?style=plastic\u0026logo=linux\u0026logoColor=green\u0026label=CLANG\u0026labelColor=pewter\u0026color=blue\u0026branch=benchmarking)](https://github.com/RealTimeChris/Json-Performance/blob/main/Ubuntu-CLANG.md)\n#### Microsoft Windows/MSVC:\n----\n[![MSVC/Windows](https://img.shields.io/github/actions/workflow/status/RealTimeChris/Json-Performance/Benchmark.yml?style=plastic\u0026logo=Microsoft\u0026logoColor=green\u0026label=MSVC\u0026labelColor=pewter\u0026color=blue\u0026branch=benchmarking)](https://github.com/RealTimeChris/Json-Performance/blob/main/Windows-MSVC.md)\n#### Ubuntu Linux/GNUCXX:\n----\n[![GNUCXX/Linux](https://img.shields.io/github/actions/workflow/status/RealTimeChris/Json-Performance/Benchmark.yml?style=plastic\u0026logo=linux\u0026logoColor=green\u0026label=GNUCXX\u0026labelColor=pewter\u0026color=blue\u0026branch=benchmarking)](https://github.com/RealTimeChris/Json-Performance/blob/main/Ubuntu-GNUCXX.md)\n#### MacOS/CLANG:\n----\n[![CLANG/MacOS](https://img.shields.io/github/actions/workflow/status/RealTimeChris/Json-Performance/Benchmark.yml?style=plastic\u0026logo=apple\u0026logoColor=green\u0026label=CLANG\u0026labelColor=pewter\u0026color=blue\u0026branch=benchmarking)](https://github.com/RealTimeChris/Json-Performance/blob/main/MacOS-CLANG.md)\n#### MacOS/GNUCXX:\n----\n[![GNUCXX/MacOS](https://img.shields.io/github/actions/workflow/status/RealTimeChris/Json-Performance/Benchmark.yml?style=plastic\u0026logo=apple\u0026logoColor=green\u0026label=GNUCXX\u0026labelColor=pewter\u0026color=blue\u0026branch=benchmarking)](https://github.com/RealTimeChris/Json-Performance/blob/main/MacOS-GNUCXX.md)\n\n### Pre-requisites:\n---\n1. CMake 3.28 or later.\n2. A C++20 compliant compiler.\n3. Python3 and Seaborn for generating the graphs.\n### Build Instructions:\n---\n1. Clone the repo.\n2. Cd into the repo's folder and enter `cmake -S . -B ./Build -DCMAKE_BUILD_TYPE=RELEASE_OR_DEBUG -DCMAKE_CXX_COMPILER=PATH_TO_COMPILER_EXECUTABLE` (NOTE: Optionally set a manual installation path by setting `-DCMAKE_INSTALL_PREFIX=CUSTOM_INSTALLATION_PATH`)\n4. Then enter `cmake --build ./Build --config=RELEASE_OR_DEBUG`\n5. Then enter `cmake --install ./Build`\n6. Run the executable from wherever it was installed to!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealtimechris%2Fjson-performance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealtimechris%2Fjson-performance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealtimechris%2Fjson-performance/lists"}