sparcs-kaist / araplus

2015 ARA Project
MIT License
6 stars 5 forks source link

닉네임 태그 알고리즘 수정 #78

Closed storykim closed 9 years ago

storykim commented 9 years ago

닉네임들의 리스트가 있을 때, regex로 닉네임을 잡아서 그 닉네임이 리스트 안에 있는지 확인하는게 더 효율적.

(현재 : 댓글 쓸때마다 sort 함 & 각 닉네임에 대해 검사하기때문에 regex를 닉네임 갯수만큼 돌림 개선 : sort 안함 / regex를 한번 돌리고 닉네임이 리스트에 있는지 확인)

storykim commented 9 years ago

현재 방식은 익명댓글도 처리가 안되어있는 것 같음

storykim commented 9 years ago

implemented in 3a4e7b1