Skip to content

refactor(vec): move Vec logic into BaseVec#90

Merged
roman-kashitsyn merged 2 commits into
mainfrom
roman-base-vec
Jun 14, 2023
Merged

refactor(vec): move Vec logic into BaseVec#90
roman-kashitsyn merged 2 commits into
mainfrom
roman-base-vec

Conversation

@roman-kashitsyn

Copy link
Copy Markdown
Contributor

This change factors StableVec functionality into an internal BaseVec type parameterized over the stable structure magic number.

The motivation is to re-use the BaseVec code in more specialized array-like data structures, such as binary heaps and certified sequences.

Note: this PR has no functional changes, it only moves the code around.

This change factors StableVec functionality into an internal BaseVec
type parameterized over the stable structure magic number.

The motivation is to re-use the BaseVec code in more specialized
array-like data structures, such as binary heaps and certified
sequences.
@roman-kashitsyn roman-kashitsyn requested a review from a team as a code owner June 14, 2023 10:08
@roman-kashitsyn roman-kashitsyn merged commit 688a8b6 into main Jun 14, 2023
@roman-kashitsyn roman-kashitsyn deleted the roman-base-vec branch June 14, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants