Recent Posts

ch8 Linked List

1 minute read

연결 리스트 개요 연결 리스트란? 배열의 데이터 저장 방식 연결 리스트의 데이터 저장 방식 장점 단점 종류 ...

ch3 About Python

1 minute read

문법 인덴트 네이밍 컨벤션 타입 힌트 리스트 컴프리헨션 제네레이터

ch7 42 빗물 트래핑

8 minute read

문제 제한 고민 실패한 코드 풀이 두 포인터 사용한 풀이 스택 사용한 풀이 true/false 토글 활용 기타 Time l...

Java Build configuration help

16 minute read

개요 configure 스크립트 Configuration 설치 디렉토리(Installation directories) make Fine tuning of the installation...

Deep dive into the new java JIT compiler, Graal

3 minute read

출처 개요 JIT 컴파일러란? JIT 컴파일러에 대해 더 상세하기 보기 C1 C2 계층화된 컴파일 서버 컴파일러 프로젝트 GraalVM Java로 작성된 JIT 컴파일러 Gra...