borglab / borglab/SwiftFusion

TypeKeyedArrayBuffers should take more advantage of its use of InsertionOrderedDictionary

Open
#255 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
118
Forks
14
PR merge metrics
No merged PRs in 30d

Description

Currently it does a bunch of key lookups when it can now rely on (and only verify) the fact that keys will be ordered the same way in two dictionaries.

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate TypeKeyedArrayBuffers and inspect how it currently performs key lookups alongside InsertionOrderedDictionary. Compare the ordering assumptions between the two dictionaries, then verify that the lookup reduction preserves existing behavior and tests.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.