반응형
결론은 array 짱짱맨. 길이를 미리 알 경우( 또는 대략정으로 알 경우) 적당한 크기( 또는 적당히 여유로운 크기)의 array를 할당하는 것이 메모리 관리에
넘나 효율적이라는 사실!!!! 그래서 판다스가 짱짱맨인듯...
결론 : 메모리가 쪼달린다면 array쓰세요!
[출처] http://www.draketo.de/english/python-memory-numpy-list-array
반응형
'Programing Language > Python' 카테고리의 다른 글
클러스터링 알고리즘 5가지 비교[링크] (0) | 2018.08.22 |
---|---|
[Python, networkx] community detecting using the modularity (0) | 2018.06.22 |
json data 저장시 numpy array 저장하는 법 (0) | 2018.05.29 |
pandas dataframe에 multiple condition on multiple column (0) | 2018.04.18 |
Pandas에서 dataframe 메모리 초기화하기..! (0) | 2018.04.18 |