Tag

Object Copy

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Sep 3, 2024 · Fundamentals

Understanding Deep Copy in Python with Practical Examples

This article explains the concept of deep copy in Python, demonstrating how it recursively copies all nested objects using the copy module's deepcopy function, with practical examples including basic data types, lists, dictionaries, and custom objects.

Data StructuresObject Copycopy module
0 likes · 4 min read
Understanding Deep Copy in Python with Practical Examples
Java Architect Essentials
Java Architect Essentials
Jan 8, 2024 · Backend Development

Using MapStruct for Efficient Java Bean Copying and Mapping

This article explains why manual property copying in Java is inefficient, compares several runtime bean‑copy utilities, and demonstrates how MapStruct provides a compile‑time, type‑safe, high‑performance solution for shallow and deep object mapping, including handling of collections and ignored fields.

Bean MappingCGLIBJava
0 likes · 13 min read
Using MapStruct for Efficient Java Bean Copying and Mapping