generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
[C] InternalTracks some internal work. I.e.: Users should not be affected.Tracks some internal work. I.e.: Users should not be affected.[I] Refactoring / Clean UpRefactoring or cleaning up of existing codeRefactoring or cleaning up of existing code
Description
Proposed change: This would require the following changes:
- Assess the memory consumption due to using String in many places such as Metadata crate.
- Move the InternedString code out of the CBMC crate. Maybe create a
kani_commoncrate. - Modify the crates that still heavily rely on String, such as the Metadata crate.
Motivation: Keeping strings can increase the memory consumption of our software.
Metadata
Metadata
Assignees
Labels
[C] InternalTracks some internal work. I.e.: Users should not be affected.Tracks some internal work. I.e.: Users should not be affected.[I] Refactoring / Clean UpRefactoring or cleaning up of existing codeRefactoring or cleaning up of existing code