Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- Recoil
- dvh
- Failed to compiled
- camera access
- Each child in a list should have a unique "key" prop.
- 이미지 데이터 타입
- Git
- github pdf
- animation
- github lfs
- html
- augmentedDevice
- device in use
- Can't resolve
- silent printing
- custom printing
- 티스토리 성능
- ffi-napi
- npm package
- react-native-dotenv
- camera permission
- ELECTRON
- electron-packager
- adb pair
- nextjs
- vercel git lfs
- adb connect
- rolldown
- react-native
- github 100mb
Archives
- Today
- Total
목록2023/02/19 (1)
Bleeding edge
객체 대신 Map을 더 사용해보기
효율성을 요구하는 코딩테스트 문제를 풀다보면 키를 지우는 일이 많은 경우 Object를 사용하면 시간 초과가 나오지만 ,Map을 사용하면 시간초과가 안나오는 경우가 있습니다. Map이 성능이 더 좋다인데 왜 그런지와, Map이 Object보다 더 좋은 이유에 대해서 그리고 Object의 기능을 Map에서는 이렇게 사용한다는 것을 보여준다는 글이니 한번 읽어봅시다! https://velog.io/@surim014/use-maps-more-and-objects-less [번역] 객체 대신 Map을 더 사용해보기 이 글에서는 자바스크립트의 객체 대신 Map을 활용하는 대안에 대해 소개하고 있습니다. velog.io
읽어볼만한 글
2023. 2. 19. 23:06