On Tue, Apr 20, 2010 at 3:19 AM, Jochen Theodorou <[email protected]> wrote:
> since quite a while I am looking for the best approach to tackle the Groovy
> speed problem, but it seems I will not be able to fully solve the problem
> without solving my concurrency problem.
>
> My problem is more or less the following. A method call is done using the
> data of a meta class, which is mostly like a caching structure, that can be
> recreated unless certain conditions are met, that we don't need to know for
> now. For each method call I need to check on this meta class. And here part
> of the problem starts. How to get that object?

Can you explain in terms of the Groovy codebase what you mean by "the
Groovy speed problem"? I may be able to explain what we have done in
JRuby for similar situations.

- Charlie

-- 
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en.

Reply via email to