Luca Garulli is the author of the new MVRB-Tree algorithm (it was called RB+Tree but another different algorithm already exists with this name) as mix of
Red-Black Tree and
B+Tree. MVRB stands for Multi Value Red Black because stores multiple values in each tree node instead of just one as RB-Tree does. MVRB-Tree consumes less than half memory of the RB-Tree implementation mantaining the original speed while it balances the tree on insertion/update. Furthermore the MVRB-Tree allows fast retrieving and storing of nodes in persistent way.
Luca is also the ideator of
Roma Meta Framework, a Java framework to speed-up the creation of Applications without dependencies from the technologies applied.
He is member of the Sun Microsystems
JDO 1.0 Expert Group (JSR#12) and
JDO 2.0 Expert Group (JSR#243) for the writing of
JDO standard.
If you want to contact him send an e-mail to l.garulli [-at-] orientechnologies.com
|
|