Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actor-framework/actor-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: actor-framework/actor-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: topic/neverlord/ref-counted
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 56 files changed
  • 1 contributor

Commits on Mar 25, 2026

  1. Implement new atomic_ref_count class

    The inheritance-based approach with `atomic_ref_counted` and
    `plain_ref_counted` did not work in all cases. For example,
    `chunk::data` cannot use inheritance and thus had to roll its own
    reference counting implementation.
    
    The new class `atomic_ref_count` is designed to be used as a member
    variable and works in all cases where we need an intrusive reference
    count.
    Neverlord committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    b898892 View commit details
    Browse the repository at this point in the history
Loading