Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 381 Bytes

topic_want_to_post.md

File metadata and controls

11 lines (7 loc) · 381 Bytes

쓰고 싶은 글 리스트들

1. WeakReference / SoftReference

예전에는 Caching 알고리즘으로 쓰였으나, 현재는 Lru를 쓰도록 강력히 권장. 하지만, WeakReference / SoftReference 를 알아두면, Garbage Collection (JVM)에 대해서 더욱 깊이 이해 할 수 있기 떄문에, 알아두는 것을 권장

https://itmining.tistory.com/10

2.