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

Change from using protos to structs for relationships, ONRs and RRs #2081

Merged
merged 28 commits into from
Oct 21, 2024

Commits on Oct 18, 2024

  1. Reorganize tuple package and add relationship structs

    This is in prep for changing all internal references to relationships to use the structs, rather than proto-generated references, which are always on the heap and thus impact GC
    josephschorr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6522b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f4430a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf7f9eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bafcc3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dcbb03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b705c64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0e613d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73ed91e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3cce89d View commit details
    Browse the repository at this point in the history
  10. Address lint errors

    josephschorr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    272c6ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d4d494 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e247c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51f65db View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1778ee View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7913b10 View commit details
    Browse the repository at this point in the history
  16. Fix benchmark test

    josephschorr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6d83776 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c54eaa5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ea0a2cd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2457c82 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0ac9ad8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    24b87e8 View commit details
    Browse the repository at this point in the history
  22. Fix dev test error

    josephschorr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ebb4e52 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    42b7324 View commit details
    Browse the repository at this point in the history
  24. Add DebugAssertNotNil

    josephschorr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a23ec29 View commit details
    Browse the repository at this point in the history
  25. Address review feedback

    josephschorr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    afad40e View commit details
    Browse the repository at this point in the history
  26. Address PR feedback

    josephschorr committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7337008 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Address PR feedback

    josephschorr committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    70d7928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487e85b View commit details
    Browse the repository at this point in the history