인프런 커뮤니티 질문&답변
답변 2
1
x86 빌드는 32bit 체계의 프로그램으로 만드는 것이고 x64 빌드는 64bit 체계의 프로그램을 만드는 것입니다.
더 자세한 설명은 링크 참고해주세용
https://bluese05.tistory.com/17
https://hanzli.medium.com/visual-studio-differences-between-x86-x64-and-anycpu-4d1de3454972
0
답변 2
1
x86 빌드는 32bit 체계의 프로그램으로 만드는 것이고 x64 빌드는 64bit 체계의 프로그램을 만드는 것입니다.
더 자세한 설명은 링크 참고해주세용
https://bluese05.tistory.com/17
https://hanzli.medium.com/visual-studio-differences-between-x86-x64-and-anycpu-4d1de3454972
0
그건 저도 잘 모르겠어서 ㅠㅠ 검색해봤는데 이런 링크가 나오네요 한번 참고해주세요 :) https://stackoverflow.com/questions/10317932/x64-performance-compared-to-x86