Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 99755d0

Browse files
committed
ベンチマーク関連を追記
1 parent 1c23769 commit 99755d0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ KMapper
1111
- `Kotlin`のリフレクションを用いた関数呼び出しベースの安全なマッピング
1212
- 豊富な機能による、より柔軟かつ労力の少ないマッピング
1313

14+
以下のリポジトリに簡単なベンチマーク結果を掲載しています。
15+
16+
- [ProjectMapK/MapKInspections: Testing and benchmarking for ProjectMapK deliverables\.](https://github.com/ProjectMapK/MapKInspections#results)
17+
1418
## デモコード
1519
手動でマッピングコードを書いた場合と`KMapper`を用いた場合を比較します。
1620
手動で書く場合引数が多ければ多いほど記述がかさみますが、`KMapper`を用いることで殆どコードを書かずにマッピングを行えます。

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ KMapper
1717
- Flexible and safe mapping based on function calls with reflection.
1818
- Richer features and thus more flexible and labor-saving mapping.
1919

20+
A brief benchmark result is posted in the following repository.
21+
22+
- [ProjectMapK/MapKInspections: Testing and benchmarking for ProjectMapK deliverables\.](https://github.com/ProjectMapK/MapKInspections#results)
23+
2024
## Demo code
2125
Here is a comparison between writing the mapping code by manually and using `KMapper`.
2226

0 commit comments

Comments
 (0)