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
boost::core::string_view comes with a very elegant optimized find_{first,last}{,_not}_of implementation.
I wonder in how far the runtime performance depends on available compiler optimizations. It would be nice to have the benchmark code included into the repository so there is a reference people can use to check with new toolchains/configs.
The text was updated successfully, but these errors were encountered:
boost::core::string_view
comes with a very elegant optimizedfind_{first,last}{,_not}_of
implementation.I wonder in how far the runtime performance depends on available compiler optimizations. It would be nice to have the benchmark code included into the repository so there is a reference people can use to check with new toolchains/configs.
The text was updated successfully, but these errors were encountered: