Hi
Thanks.
One performance problem with neo4j.rb is that it always wraps java
Node objects with ruby instances.
Each Node Ruby instance is created by reading the 'classname' property
(so that the correct Ruby class will be used).
When doing traversals it will impact the performance.
I'm thinking of improving this by adding methods (from the NodeMixin)
on the org.neo4j.api.Node class so that neo4j.rb can use
the java version of the Node instance without wrapping it
Cheers
/Andreas
> --
>
> You received this message because you are subscribed to the Google Groups "neo4jrb" group.
> To post to this group, send email to
neo...@googlegroups.com.
> To unsubscribe from this group, send email to
neo4jrb+u...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/neo4jrb?hl=en.
>
>
>