Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

외부 서비스로부터 얻어온 HTML 문서의 캐싱 #22

Open
hyh1016 opened this issue Aug 1, 2022 · 0 comments · Fixed by #23
Open

외부 서비스로부터 얻어온 HTML 문서의 캐싱 #22

hyh1016 opened this issue Aug 1, 2022 · 0 comments · Fixed by #23
Assignees
Labels
BackEnd 백엔드 작업 사항

Comments

@hyh1016
Copy link
Collaborator

hyh1016 commented Aug 1, 2022

구현 사항

  • 외부 서비스로부터 얻어온 HTML 문서의 캐싱
  • Node.js는 Single Thread 기반이기 때문에 Map 객체를 선언하여 캐시처럼 동작하도록 관리할 수 있다.

참고 키워드

  • LRU Cache
  • LazyMap
  • Garbage Collection in Node.js

주의할 점

  • Memory Leak이 발생하지 않도록 유의할 것
@hyh1016 hyh1016 added the BackEnd 백엔드 작업 사항 label Aug 1, 2022
@hyh1016 hyh1016 linked a pull request Aug 2, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BackEnd 백엔드 작업 사항
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants