-
Notifications
You must be signed in to change notification settings - Fork 1
String deduplication #70
Copy link
Copy link
Open
Labels
priority: lowTickets we don't want to forget but may never get to, unless there is a specific use case.Tickets we don't want to forget but may never get to, unless there is a specific use case.
Description
Activity
Metadata
Metadata
Assignees
Labels
priority: lowTickets we don't want to forget but may never get to, unless there is a specific use case.Tickets we don't want to forget but may never get to, unless there is a specific use case.
We are currently creating a new Haskell
Stringfor each C string we encounter. It might be worth considering using a hashtable for deduplication.