Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/#123 성능 최적화 - .stream() 제거 #124

Merged
merged 8 commits into from
Aug 27, 2024
Merged

Commits on Aug 26, 2024

  1. chore: 사용하지 않는 클래스 Deprecated 처리

    - 최적화를 위해 사용하지 않는 클래스에 대해 Deprecated 처리를 진행했습니다.
    - 이에 따른 로직 수정을 진행했습니다.
    tidavid1 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8abd2f4 View commit details
    Browse the repository at this point in the history
  2. refactor: 저장 로직 변경

    - .stream()을 사용하지 않는 방식으로 리팩토링
    tidavid1 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c10ee40 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. refactor: List를 생성로직 추가

    - List를 생성해서 repository로 전달
    - BlockingQueue이기 때문에 접근 횟수를 줄임
    LuizyHub committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    405f6fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff2722b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee6e3a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    263f726 View commit details
    Browse the repository at this point in the history
  5. style: LogController

    - 린트 수정
    tidavid1 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1ddfcee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ee2564 View commit details
    Browse the repository at this point in the history