Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGather data on string interning in Gecko #2255
Closed
Labels
Comments
|
Should we close this, or do you think it would still be useful? |
|
string-cache itself can now provide the info we need. See servo/string-cache#37. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For designing our string interning system (#1153) it would be good to have data on which strings Gecko interns, for example
I don't know if this is really E-easy, but it might be a good first project for a current Gecko contributor who wants to help out with Servo.
See also the mailing list discussion.