Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Reformulate a sentence.
Browse files Browse the repository at this point in the history
Thanks @osaris for pointing this out :-).
  • Loading branch information
Hywan committed Apr 2, 2015
1 parent 1e39319 commit b59d0a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions Documentation/En/Index.xyl
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,11 @@ echo $disassembly->visit($model);

<h2 id="Performances" for="main-toc">Performances</h2>

<p>Transforming a rule into an object model is not a low-cost operation if
applied thousand times per minute. Applying an asserter on an object model is
a low-cost operation. We will present two ways to avoid the transformation of
a rule into an object model.</p>
<p>Transforming a rule into an object model is not a low-cost operation. It
becomes significant when applied thousand times per minute. Nevertheless,
applying an asserter on an object model is a low-cost operation. We will
present two ways to avoid the transformation of a rule into an object
model.</p>

<h3 id="Serialize_the_object_model" for="main-toc">Serialize the object
model</h3>
Expand Down
9 changes: 5 additions & 4 deletions Documentation/Fr/Index.xyl
Original file line number Diff line number Diff line change
Expand Up @@ -649,10 +649,11 @@ echo $disassembly->visit($model);

<h2 id="Performances" for="main-toc">Performances</h2>

<p>Transformer une règle vers un modèle objet est une opération coûteuse si
elle est appliquée des milliers de fois à la minute. Appliquer un asserteur
sur un modèle objet n'est pas coûteux. Nous allons donc présenter deux façons
d'éviter la transformation d'une règle vers un modèle objet.</p>
<p>Transformer une règle vers un modèle objet a un coût. Ce coût devient
significatif si l'opération est appliquée des milliers de fois à la minute.
En revanche, appliquer un asserteur sur un modèle objet n'est pas coûteux.
Nous allons donc présenter deux façons d'éviter la transformation d'une règle
vers un modèle objet.</p>

<h3 id="Serialize_the_object_model" for="main-toc">Sérialiser le modèle
objet</h3>
Expand Down

0 comments on commit b59d0a1

Please sign in to comment.