PLSQL-Hashtable is a hashtable implementation written in PL/SQL using object syntax. The hashtable is generic, but can be specialized in order to gain speed. Object types can be stored in the oracle database, persistently.
nice!!!
11
0.2 Changes: add : Install script add : Test SQL of insert add : Added alternative specialized hashtable as an example. Is doing fewer conversions and is faster. rewrite: Realized that buckets was linked lists - changed type to VARRAY(100). Result - faster structure (should be constant access), but array doubling doesn't work anymore. Bucket reorder no longer needed as VARRAY retain the order of elements. bug fix: Array not properly initialised when doing array doubling. Obsolete when VARRAY was introduced. problem: Arrays doubling is not possible when using VARRAY.
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: