Change8

b8088

📦 llama-cppView on GitHub →
1 features🐛 1 fixes🔧 1 symbols

Summary

This release optimizes internal string handling by inlining small helper functions and utilizing string_view where appropriate, alongside fixing related corner cases. New binaries are provided for numerous platforms.

Migration Steps

  1. Review code that relies on string helper functions, as they are now inline, which might affect certain optimization or linking behaviors, although functional changes are unlikely.

✨ New Features

  • Small string helper functions have been made inline for potential performance improvements.

🐛 Bug Fixes

  • Fixed some corner cases related to string handling.

Affected Symbols