perf: Replace `deepcopy` with Node-native `structuredClone` for faster object-cloning throughout the codebase by chderen · Pull Request #9964 · parse-community/parse-server

and others added 2 commits

December 4, 2025 10:20
- Removed the deepcopy dependency from the project.
- Updated instances in the codebase to use structuredClone for deep copying objects, enhancing performance and reducing package size.
- Cleaned up package.json and package-lock.json by removing the deepcopy entry.

@chderen chderen changed the title Replace deepcopy with structuredClone perf: Replace deepcopy with structuredClone

Dec 7, 2025

coderabbitai[bot]

coderabbitai[bot]

@mtrezza mtrezza changed the title perf: Replace deepcopy with structuredClone perf: Replace deepcopy with Node-native structuredClone for faster deep-copy operations

Dec 7, 2025

@mtrezza mtrezza changed the title perf: Replace deepcopy with Node-native structuredClone for faster deep-copy operations perf: Replace deepcopy with Node-native structuredClone for faster object-cloning throughout the codebase

Dec 7, 2025

@mtrezza mtrezza changed the title perf: Replace deepcopy with Node-native structuredClone for faster object-cloning throughout the codebase perf: Replace deepcopy with Node-native structuredClone for faster object cloning throughout the codebase

Dec 7, 2025

@mtrezza mtrezza changed the title perf: Replace deepcopy with Node-native structuredClone for faster object cloning throughout the codebase perf: Replace deepcopy with Node-native structuredClone for faster object-cloning throughout the codebase

Dec 7, 2025