On 13/08/14 06:25, Nathaniel Trellice wrote:
> Is there any way to avoid unnecessarily duplicating the data coming from the 
> following functions?

You will need to duplicate.  You can use the memory allocation/copying
scheme of your choice.  I'm rather fond of the hierarchical/pool based ones
like talloc.

As for the effort thinking about this, and posting about it:

  http://c2.com/cgi/wiki?PrematureOptimization

Roger

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to