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

Aristo cull journal related stuff #2288

Merged
merged 9 commits into from
Jun 3, 2024
Merged

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    b8665bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ac0c88 View commit details
    Browse the repository at this point in the history
  3. remove trg fileld from FilterRef

    why:
      Same as `kMap[$1]`
    mjfh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f6ddb1d View commit details
    Browse the repository at this point in the history
  4. Re-type FilterRef.src as HashKey

    why:
      So it is directly comparable to `kMap[$1]`
    mjfh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9eacfeb View commit details
    Browse the repository at this point in the history
  5. Moved vGen[] field from LayerFinalRef to LayerDeltaRef

    why:
      Then a separate `FilterRef` type is not needed, anymore
    mjfh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0e1c092 View commit details
    Browse the repository at this point in the history
  6. Rename roFilter field in AristoDbRef => balancer

    why:
      New name more appropriate.
    mjfh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5ece3dc View commit details
    Browse the repository at this point in the history
  7. Replace FilterRef by LayerDeltaRef type

    why:
      This allows to avoid copying into the `balancer` (see next patch set)
      most of the time. Typically, only one instance is running on the backend
      and the `balancer` is only used as a stage before saving data.
    mjfh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f729f3f View commit details
    Browse the repository at this point in the history
  8. Refactor way how to store data persistently

    why:
      Avoid useless copy when staging `top` layer for persistently saving to
      backend.
    mjfh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e6ccbf5 View commit details
    Browse the repository at this point in the history
  9. Fix copyright header?

    mjfh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f8822f9 View commit details
    Browse the repository at this point in the history