We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a016c commit 40b849bCopy full SHA for 40b849b
README.md
@@ -43,7 +43,7 @@ Manual mapping refers to a standard kotlin implementation.
43
Reflection mapping refers to a mapping using kotlin reflection.
44
Cold ASM mapping refers to code being synthesized and then executed.
45
Hot ASM mapping refers code being cached and executed.
46
-Using the `SmallMappingBenchmark`, we get a impression of the initial overhead:
+Using the `SmallMappingBenchmark`, mapping 30 beans, we get a impression of the initial overhead:
47
```
48
Manual mapping of the select took: 1120 us
49
Reflection mapping of the select took: 55562 us
0 commit comments