[JAVA] '++' 와 '+=1' 의 속도 차이
public class Pad { public static void main(String[] args){ long start = System.currentTimeMillis(); int count = Integer.MAX_VALUE; long ret = 0L; for (int i = 0; i < count; i++) { ret++; } long end = System.currentTimeMillis(); System.out.println((end-start)/1000.0); } } public class Pad { public static void main(String[] args){ long start = System.currentTimeMillis(); int count = Integer.MAX_VA..
JVM/JAVA
2021. 10. 22. 21:01
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- ubuntu
- django
- env
- headers
- 2021 KAKAO BLIND RECRUITMENT
- Spring
- Linux
- Java
- Collections
- Python
- 백준
- dockerignore
- postgres
- BFS
- 알고리즘
- thread
- 카카오
- setattr
- docker-compose
- 자바
- Celery
- 면접
- Pattern
- 그래프
- PostgreSQL
- Command Line
- 프로그래머스
- DRF
- 파이썬
- docker
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함