You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+92-27Lines changed: 92 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,14 @@
2
2
3
3
A high-performance, lightweight object-to-object mapper for .NET with zero dependencies. ValueMapper provides fast mapping capabilities with a simple API, making it easy to map between different object types while maintaining good performance.
4
4
5
-
## Features
6
-
7
-
- ⚙️ Zero configuration required
8
-
- ✨ Zero dependencies
9
-
- 🚀 High performance
10
-
- 💡 Simple API
11
-
- 🔄 Automatic type conversion
12
-
- 🏷️ Custom property mapping via attributes
13
-
- ⏭️ Property ignoring
14
-
- 📝 Collection mapping
15
-
- 🔄 Enum mapping (case-insensitive)
16
-
- 🧵 Parallel collection mapping for large datasets
@@ -46,7 +31,23 @@ A high-performance, lightweight object-to-object mapper for .NET with zero depen
46
31
47
32
\* Based on benchmark results for single object mapping. For collection mapping (100,000 items), ValueMapper performs better: ValueMapper (39.84ms), Mapster (65.34ms), AutoMapper (70.80ms).
0 commit comments