[ANN] Release of UXStrings 0.8.1

This Ada library provides utilities for Unicode character strings of dynamic length.
It is now available on Alire in version 0.8.1.
Changes:

So far in UXStrings, its API are similar to those of the strings Ada standard libraries. If you find some missing, make your proposals on Github.

The library provides four different implementations selectable with GPR options UXS1, UXS2, USX3 and UXS4. The performance of each of them is described here.
NB: UXS4 is now the default implementation.

7 Likes

Could you implement the multi threaded lookup technique from Ridiculously fast unicode (UTF-8) validation? The paper mentioned in the blog article has the implementation detail.