loukoum icon indicating copy to clipboard operation
loukoum copied to clipboard

Performance

Open fuintis opened this issue 6 years ago • 1 comments

Is there a performance benchmark of Loukoum? I'm looking to migrate from Squirrel and Loukoum seems very promising, but i have the concern of how performant is this lib.

Many thanks in advance.

fuintis avatar Sep 01 '18 07:09 fuintis

Hello,

At the moment we prefer to focus our attention to improve the support of PostgreSQL queries by adding more functionality like these one:

  • https://github.com/ulule/loukoum/issues/36
  • https://github.com/ulule/loukoum/issues/62
  • https://github.com/ulule/loukoum/issues/9

If performance is really important for you, maybe you should stay on Squirrel, since I haven't started to optimize this library, like using sync.Pool to reduce memory allocation...

Nevertheless, if you find some (quick) optimization to do, don't hesitate to submit a pull requests.

Thank you :slightly_smiling_face:

novln avatar Sep 03 '18 16:09 novln