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
A couple of minor changes are needed to work around constness issues
in tsl::sparse_map:
1. Tessil/sparse-map#20
2. Tessil/sparse-map#21
Memory savings example, Spanish translations map:
296 KiB -> 263 KiB (-33 KiB)
RG99 binary size: +36 KiB
This fails with
tsl
but works withstd::unordered_map
.This is documented in README.md but there doesn't seem to be anything making this impossible in principle.
The text was updated successfully, but these errors were encountered: