Commit 39e17d0f authored by Dimitri Fontaine's avatar Dimitri Fontaine
Browse files

Desultory pass at improving efficiency of the driver.

Handling the different choice combinations within the hot-spot function is
not a very good idea. Instead define four specialized functions and arrange
to pick which to call from upper in the call stack.

Also replace a series of member calls to a simple case form, which is much
simpler to execute.

Good performances results are seen from pgloader side of things. Nothing
spectacular, but every bit counts I guess.
parent 00278db6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment