-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
performanceBlock execution throughput and performance in generalBlock execution throughput and performance in general
Description
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
Labels
performanceBlock execution throughput and performance in generalBlock execution throughput and performance in general
Type
Projects
Status
Todo