yes, when it will be released :-b.
I can describe it though:
it applied a stochastically a set of rewriting rules on trees (represented
by records of records).
To speed up,  the activity of the rules in each subtree is cached in a Java
weak hash table from one step to another.
 There is a bit of arithmetic involved everywhere, and around 2-3 double
operations per function in the part choosing the instance of rule to apply.

On Sat, Jun 19, 2010 at 10:28 AM, Mike Meyer <
mwm-keyword-googlegroups.620...@mired.org> wrote:

>
> "Nicolas Oury" <nicolas.o...@gmail.com> wrote:
>
> >I tried it on my program. Very few arithmetic, most of it with annotation.
> >10%
>
> Can we see the source?
> --
> Sent from my Android phone with K-9 Mail. Please excuse my brevity.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to