qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
82 stars 17 forks source link

Optimize calls to std::string::find() and friends for a single char. #277

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Optimize calls to std::string::find() and friends for a single char.

The character literal overload is more efficient.