aboutsummaryrefslogtreecommitdiffstats
path: root/src/zix
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Update zix and make it a proper subprojectDavid Robillard7-2344/+0
2022-01-14Avoid dynamic allocation when fetching interned nodesDavid Robillard4-283/+726
This is more or less a total rewrite of SerdNodes and the underlying ZixHash to make efficient use of the new node construction API.
2022-01-13Add zix data structuresDavid Robillard7-0/+1901