jolt icon indicating copy to clipboard operation
jolt copied to clipboard

perf: optimize instruction_lookups::generate_witness() with improved parallelism

Open crStiv opened this issue 8 months ago • 0 comments

Fix #293

  • Add parallel processing for subtable_lookup_indices
  • Pre-allocate memory for vectors to reduce reallocations
  • Optimize memory usage pattern in processing polynomials
  • Improve data unpacking efficiency with better vector capacity management

crStiv avatar Apr 07 '25 12:04 crStiv