Wolfgang Lipp wrote:

imho, it would be a good idea to have a command similar to metakit.wrap() to add large number of data items to an existing view; that would solve most problems. or is there some efficient way to get the data from one (in-memory) view to another (on-disk) view?

What language? In C++ you can insert one view into another. That and using blocked views should go a long way (don't pre-allocate in blocked views, it probably won't help much).


Ah, wait, your "metakit.wrap()" comment indicates you're using the Python binding. Hmmm, looks like we forgot to add a wrapper for C++'s "view.InsertAt(pos,view)".

-jcw

_____________________________________________
Metakit mailing list  -  Metakit@equi4.com
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to