Skip to content

전반적인 토폴로지 API (코드 최적화) #4

Description

@merrykang
  1. 임계치 조회 중복 (루프마다 DB/서비스 호출)
    addEdgesFromLinks()에서 매 링크마다 내부에서 getTrafficThreshold()를 매번 호출하므로 N회 중복 조회가 됩니다.
int outputThreshold = getOutputThreshold();
int inputThreshold  = getInputThreshold();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:apiREST/gRPC/OpenAPIarea:topology토폴로지 관련 개발priority:P0즉시 해결 필요 이슈type:refactor기능 변화 없음, 구조/가독성 등 코드 최적화

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions