Skip to content

SmallVecDeque — small vector optimization for a ring buffer #226

@kotauskas

Description

@kotauskas

Vec and VecDeque are similar in that they both use the same allocation method; they just use the allocation differently. With MaybeUninit<T::Item> and some additional ring buffer management, implementing a SmallVecDeque should be pretty simple.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions