Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sn: remove unnecessary sort in committer (#472)
This patch removes unnecessary sort in committer since the number of elements in the sorted container is one mostly. In addition, the argument of `sort.Slice` escapes to the heap. See golang/go#17332. Resolves [#VARLOG-530](https://jira.daumkakao.com/browse/VARLOG-530).
- Loading branch information