{"id":19952209,"url":"https://github.com/timluq/structured-clone-binary","last_synced_at":"2026-05-13T14:35:16.849Z","repository":{"id":94638603,"uuid":"100892163","full_name":"TimLuq/structured-clone-binary","owner":"TimLuq","description":"Pure JS implementation of a Structured Clone Algorithm to/from an ArrayBuffer.","archived":false,"fork":false,"pushed_at":"2017-08-21T23:40:17.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T06:26:01.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/TimLuq.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":"2017-08-20T22:25:41.000Z","updated_at":"2017-08-21T23:42:34.000Z","dependencies_parsed_at":"2023-03-30T08:35:47.937Z","dependency_job_id":null,"html_url":"https://github.com/TimLuq/structured-clone-binary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimLuq%2Fstructured-clone-binary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimLuq%2Fstructured-clone-binary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimLuq%2Fstructured-clone-binary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimLuq%2Fstructured-clone-binary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimLuq","download_url":"https://codeload.github.com/TimLuq/structured-clone-binary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241381646,"owners_count":19953751,"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-11-13T01:12:09.590Z","updated_at":"2026-05-13T14:35:16.817Z","avatar_url":"https://github.com/TimLuq.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pure JS implementation of a Structured Clone Algorithm to/from an ArrayBuffer.\n\nRight now its performance is significantly lower than that of native JSON serialization.\n\nMy basic test cases show, in Node.js v8.4, somewhere around 30-40 times the execution time for repeated serialization as compared to `JSON.stringify`.\nDeserialization is almost as bad at around 10-20 times the execution time of `JSON.parse` in my test case.\n\nIf large objects are referred to multiple times I expect this balance to shift, though I'm not sure if that is common in real-world cases.\n\nByte length of the serialized data, read \"through the wire\", is about 33% of unpretty-JSON in my test case.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimluq%2Fstructured-clone-binary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimluq%2Fstructured-clone-binary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimluq%2Fstructured-clone-binary/lists"}