> Is there a performance hit assosiated with manifest typing?

I'm not sure about performance, but I assume that static typing might reduce 
memory usage (especially with small caches). Internally every type in sqlite is 
stored in structure that takes 64 bytes (little more on 64 bit systems). 
Different structure for every type or even union would make the size smaller.


----------------------------------------------------------------------
>> Sprawdz, czy do siebie pasujecie!
>> http://link.interia.pl/f1eea

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

Reply via email to