anse1 / sqlsmith

A random SQL query generator
GNU General Public License v3.0
754 stars 128 forks source link

Minor (style) optimizations #44

Closed tbe closed 2 years ago

tbe commented 2 years ago

Just a few optimizations that should make the code more readable and increase the performance in some cases:

and some other very minor changes.

I grouped the changes by their nature in commits, so cherry picking should be easy.

Details, why i think these changes are nice are in the individual commit messages.

tbe commented 2 years ago

I close this PR in favor of a major cleanup and rework of the codebase