[z3-five] five.intid: cool!
Jim Fulton
jim at zope.com
Thu Oct 5 15:44:55 CEST 2006
whit wrote:
...
> I haven't tried it yet ;) but yeah that's the general idea(should also
> allow the z3 reference implementations to be adapted for zope2). I'm
> using it with rdflib, but I believe the idea is the same.
I'll note in passing that reference systems don't need intids.
Integer ids are mainly an optimization for indexing structures
because integer ids can be stored and compared more efficiently
than key references. This is a trade-off, since key references
can be dereferenced more efficiently than integer ids.
Many reference systems can and should be implemented on key
references directly.
Jim
--
Jim Fulton mailto:jim at zope.com Python Powered!
CTO (540) 361-1714 http://www.python.org
Zope Corporation http://www.zope.com http://www.zope.org
More information about the z3-five
mailing list