Shane F. Carr
Shane F. Carr
https://stackoverflow.com/questions/1069621/are-members-of-a-c-struct-initialized-to-0-by-default
I think what we should do is: 1. In docs, encourage people to use the initializer syntax `ICU4XCollatorOptions options = {};` 2. Delete the default constructor to prevent `ICU4XCollatorOptions options;`...
@Manishearth Make sure this issue is tracked correctly.
CC @mildgravitas, can you take a look at this?
@sffc to review and @gregtatum to run a profile on the before and after.
A few notes: Although 18,818 to 18,659 seems like a small fraction, the fraction will be quite a bit bigger after #1058 is merged. From Greg's flame graphs, it seems...
Does #2531 fix this issue?
@hsivonen Can you set an assignee (or "help wanted") and a milestone (or "backlog")?
@snktd Please merge in main and resolve the conflicts.
I have some scattered thoughts. But before I get into detail on those, I want to step back and look at what the resulting DTF constructor looks like. I'd like...