docs(compiler): reorganize the doc

This commit is contained in:
Benoit Chevallier-Mames
2024-03-01 18:21:44 +01:00
committed by Benoit Chevallier-Mames
parent 68cada3963
commit 089b5e8d6c
8 changed files with 112 additions and 113 deletions

View File

@@ -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: