mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Compiler performance enhancements
This commit is contained in:
parent
3736281ff7
commit
d623c21495
22 changed files with 679 additions and 291 deletions
|
@ -919,6 +919,7 @@ public:
|
|||
void Reference(const char* str);
|
||||
void Reference(const char* str, intptr length);
|
||||
void Reference(const StringView& strView);
|
||||
void Reference(const StringImpl& str);
|
||||
static String CreateReference(const StringView& strView);
|
||||
void Reserve(intptr newSize);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue