linksplatform / linksplatform/Data.Doublets

Change arguments type of SplitMemoryLinks from IResizableDirectMemory to String

Open
#182 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
14
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Current implementation:
```C#
SplitMemoryLinks(IResizableDirectMemory dataMemory, IResizableDirectMemory indexMemory)
```
Next implementation:
```C#
SplitMemoryLinks(string dataMemory, string indexMemory)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the SplitMemoryLinks entry point and all callers in the Data.Doublets codebase. Change the two arguments from IResizableDirectMemory to String, then build the library and run the available tests to confirm the updated signature is used consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.