pasta_curves-source/book/src/user/lookup-tables.md

8 lines
217 B
Markdown
Raw Normal View History

# Lookup tables
In normal programs, you can trade memory for CPU to improve performance, by pre-computing
and storing lookup tables for some part of the computation. We can do the same thing in
halo2 circuits!
TODO