summaryrefslogtreecommitdiff
path: root/src/CompatData.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allocation Failure TestsGravatar Sam Atman2025-04-301-5/+15
| | | | | | | | | | These turned up an excessive amount of allocations in CanonData and CompatData, which have been reduced to two through the somewhat squirrely use of 'magic numbers'. There are now allocation tests for every allocated structure in the library, and they run to completion in a reasonable amount of time. So, that's nice.
* Merge NormData with NormalizeGravatar Sam Atman2025-04-301-17/+19
|
* All the std.mem.Allocators that were stored just for init and deinitGravatar lch3612025-04-291-6/+4
| | | | methods were removed, mem.Allocators were added to deinit as arguments.
* Removed all inlinesGravatar Jose Colon Rodriguez2024-06-261-1/+1
|
* Updated READMEGravatar Jose Colon Rodriguez2024-03-311-3/+2
|
* PropsData and errdefers for init fnsGravatar Jose Colon Rodriguez2024-03-281-0/+1
|
* ScriptsData and made all Datas constGravatar Jose Colon Rodriguez2024-03-271-1/+1
|
* Using slices for decompositions in NormalizerGravatar Jose Colon Rodriguez2024-02-281-1/+1
|
* Using NormData nfkdGravatar Jose Colon Rodriguez2024-02-261-0/+50