linksplatform / linksplatform/Collections
Think about mechanism of chaining multiple operations with BitString
Open
Nobody has claimed this yet.
bitstring
- Dominant language
- C#
- Stars
- 2
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
If we apply multiple operation in single place in the memory this can be faster than applying just one operation for the whole BitString due to memory bandwidth limitations.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the BitString implementation and the code paths that apply individual operations. Determine which multiple-operation chaining behavior is intended and how its memory-bandwidth benefit would be measured; the issue does not name tests, files, or a completion criterion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100