[DBIx-Class-Devel] [dbsrgits/sql-abstract] Speed up check for illegal top-level op (#21)

Larry Leszczynski notifications at github.com
Tue May 18 17:17:37 GMT 2021


Calling List::Util::first here keeps showing up as a hotspot on our NYTProf output, so just use a regex instead.
You can view, comment on, or merge this pull request online at:

  https://github.com/dbsrgits/sql-abstract/pull/21

-- Commit Summary --

  * Speed up check for illegal top-level op

-- File Changes --

    M lib/SQL/Abstract.pm (17)

-- Patch Links --

https://github.com/dbsrgits/sql-abstract/pull/21.patch
https://github.com/dbsrgits/sql-abstract/pull/21.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-abstract/pull/21
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20210518/4a83380a/attachment.htm>


More information about the DBIx-Class-Devel mailing list