mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-18 00:21:36 -05:00
docs(compiler): reorganize the doc
This commit is contained in:
committed by
Benoit Chevallier-Mames
parent
68cada3963
commit
089b5e8d6c
@@ -1,6 +1,6 @@
|
||||
# Simulation
|
||||
|
||||
During development, the speed of homomorphic execution can be a blocker for fast prototyping. You could call the function you're trying to compile directly, of course, but it won't be exactly the same as FHE execution, which has a certain probability of error (see [Exactness](../getting-started/exactness.md)).
|
||||
During development, the speed of homomorphic execution can be a blocker for fast prototyping. You could call the function you're trying to compile directly, of course, but it won't be exactly the same as FHE execution, which has a certain probability of error (see [Exactness](./table\_lookups.md#table-lookup-exactness)).
|
||||
|
||||
To overcome this issue, simulation is introduced:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user