Skip to content

Simplify nibbles library #5801

@Arkenan

Description

@Arkenan

Currently nibbles are represented with one-byte per nibble, effectively using the double of ram memory and possible more allocation and deallocation time everywhere. We should test with one-byte=two nibbles, which matches the definition more, and is more compact

We should also consider having them as fixed size instead of Vec<u8>

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceBlock execution throughput and performance in general

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions