linksplatform / linksplatform/Data.Doublets
There should be a non-cached version of this logic
- Dominant language
- C#
- Stars
- 14
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/linksplatform/Data.Doublets/blob/0bf35d8d4fe5dd9302fdd6726bfd41f889028379/Converters/UnaryNumberToAddressAddOperationConverter.cs#L31
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:
https://github.com/linksplatform/Data.Doublets/blob/0bf35d8d4fe5dd9302fdd6726bfd41f889028379/Converters/UnaryNumberToAddressAddOperationConverter.cs#L55
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with Converters/UnaryNumberToAddressAddOperationConverter.cs at the referenced lines and compare the current cached behavior with the requested on-demand behavior. Check how target being a power of two affects the converter, and consider the work complete when links are created only on demand without precreation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100