Skip to content

Use string slices instead of creating a new string to avoid doing allocations at all costs #5

@RaphGL

Description

@RaphGL

Instead of using raon_malloc to create a new string, I should just store the length and and start of a string and provide some sort of raon_to_string_slice or just vendor my string library in. That way I can avoid doing any sort of allocation at all until I need to for the hashtable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions