ChangeLog: v1.3.97
Table of contents
This patch is mostly about the performance improvement.
Bugfix: ascii_only: false
Performance improvements
hstr
instead of string-cache
hstr
is a new string interning library designed for the Rust-side compilers. This is designed to avoid costly operations like strcmp
as much as possible.
I'll write a detailed post about it in the near future.