Skip to content

There should be a non-cached version of this logic #10

Description

@konard

_unaryToUInt64.Add(unary = Links.GetOrCreate(unary, unary), number = (Integer<TLink>)((Integer<TLink>)number * 2UL));

Try to implement converter that creates links on demand only without precreation.

To to this, we have to check that target is a power of two here:

while (!_unaryToUInt64.TryGetValue(target, out lastValue))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions