summaryrefslogtreecommitdiff
path: root/src/select/arena.c
Commit message (Collapse)AuthorAgeFilesLines
* Add comment.Michael Drake2016-11-191-0/+1
|
* Change arena hash from FNV-1 to 32-bit MurmurHash2.Michael Drake2016-11-191-17/+1
|
* Add arena module for interning computed styles.Michael Drake2016-11-191-0/+377
Builds, but currently unused.