Friday, November 28, 2008

Do you want to offer me a coffe?

Salve!
Se avete gradito i miei software e volete offrirmi un "caffe' virtuale" potete fare una donazione cliccando sul pulsante in basso, tramite PayPal.
Grazie infinite! :)

Hi!
If you enjoyed my work and wonna offer me a "virtual coffe" :D now you can use the donation button with paypal.
Thanks!

Tuesday, November 18, 2008

Quasi-Random Access Dynamic Array

Hi!

I've written a paper to explain a tecnique that comes in my mind in the previous weekend.

It's concerned a system to make dynamic arrays composed by a list of static arrays.

As you will see in the first step you create ad array large enough to contain all your datas. When you extend the array a new node with the array extension is been created.

In this way you prevent to reallocate a new large array every time and copy all the existing datas on it.

A c++ implementation will follow ASAP

Enjoy the document. Released with Creative Commons licence

DOWNLOAD THE PAPER

Bye

Gio