You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hyperscan itself takes basically no time to import, but its use of pkg_resources makes it slow. On my current system, pkg_resources takes approximately 140ms, and appears to be used here only to provide __version__. For applications sensitive to start-up times, it would be nice to be able to avoid this cost.
The text was updated successfully, but these errors were encountered:
hyperscan
itself takes basically no time to import, but its use ofpkg_resources
makes it slow. On my current system,pkg_resources
takes approximately 140ms, and appears to be used here only to provide__version__
. For applications sensitive to start-up times, it would be nice to be able to avoid this cost.The text was updated successfully, but these errors were encountered: