Closed
Bug 1800640
Opened 3 years ago
Closed 3 years ago
Reduce memory usage (and compile-time impact) by using Cow for labels
Categories
(Data Platform and Tools :: Glean: SDK, task, P2)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: janerik, Assigned: janerik)
References
Details
Attachments
(1 file)
By using Cow<'static, str> we might be able to use plain old string literals in FOG for static labels.
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
badboy merged PR #2272: "Bug 1800640 - Use a Cow<'static, str> for labels to reduce heap allocation when use…" in 07e59ab.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•