Skip to content

Commit a4dcd0e

Browse files
committed
MOD: Java.md - reflection 정보 추가
1 parent 1ff7d75 commit a4dcd0e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

_wiki/Java.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout : category
33
title : Java
44
summary :
55
date : 2018-09-13 08:35:45 +0900
6-
updated : 2020-08-21 02:24:26 +0900
6+
updated : 2021-03-07 01:01:10 +0900
77
tags : java
88
toc : true
99
public : true
@@ -33,4 +33,12 @@ latex : false
3333
* [Eclipse 재단의 Collection API](https://www.eclipse.org/collections/)
3434
* 성능이 좋다고 한다. 써봐야지
3535

36+
37+
## Java lambda
38+
39+
* [Java Reflection, but Faster](https://dzone.com/articles/java-reflection-but-faster)
40+
** LambdaMethodFactory를 통해 메소드에 접근하면, "Reflection보다 더 빠르게 접근 가능했다더라" 라고 하는 포스트가 있었습니다.
41+
** 출처 - [자바 스터디 15주차 - 람다식](https://www.notion.so/15-757106032d85452cbc60cf1808d53978)
42+
43+
3644
# 하위 페이지

0 commit comments

Comments
 (0)