]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Simplifications to the symbol table implementation in hash.c. For very small
authordrh <drh@noemail.net>
Tue, 28 Apr 2009 15:43:45 +0000 (15:43 +0000)
committerdrh <drh@noemail.net>
Tue, 28 Apr 2009 15:43:45 +0000 (15:43 +0000)
commit8a1e594c9f03d10a0158c0b97c3e03ae41aa49ee
tree146c1e85f078f7e894d64c3d8f143227f054119c
parentebb329397c0e83f7456f5fc8acb4d7d4f523e1cf
Simplifications to the symbol table implementation in hash.c.  For very small
symbol tables (less than 10 entries) a simple linked list is used instead
of a hash table.  Number of hash table buckets is limited to prevent large
allocations. (CVS 6559)

FossilOrigin-Name: 5c737835dec9e6038b304c198aa14337a6f23c1c
manifest
manifest.uuid
src/hash.c
src/hash.h
src/sqliteInt.h
test/table.test