Files
powdr/cli-rs
Leandro Pacheco 275101cc49 improve executor handwritten witgen performance (#2269)
- avoid hashing strings by using enums with known columns
- keep main trace as flat vec for memory access locality during
execution
- keep pc column directly (instead of as "write events")
- other small changes
2024-12-26 19:20:10 +00:00
..