AuroraRuntime/Source/Locale
Jamie Reece Wilson 83f34b0c47 [*] I was right. String views are [mostly] pointless (*)
03:28:55:638  17>2 of 53388 functions (<0.1%) were compiled, the rest were copied from previous compilation.
03:28:55:638  17>  0 functions were new in current compilation
03:28:55:638  17>  65 functions had inline decision re-evaluated but remain unchanged
03:28:56:749  17>Finished generating code

the header of const AuString & is the same as std::string_view therefore nothing changes. in fact, we still need to alloc strings a bunch of times for a zero terminated string. worse, <c++20 always allocs each time we want to access a hashmap with o(1) lookup, making small hashmaps kinda pointless when we always have to alloc+copy (thx std)

perhaps this will help some language binders
2024-04-19 05:58:08 +01:00
..
Encoding [*] im low iq 2022-08-13 06:10:01 +01:00
Locale.cpp [+] AuCrypto::BCrypt 2022-09-15 20:48:50 +01:00
Locale.hpp [+] Initial unoptimized iconv backend in the gross locale encode subsystem 2022-04-11 19:56:14 +01:00
LocaleConvertWide.cpp [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
LocaleConvertWide.hpp [+] AuCrypto::BCrypt 2022-09-15 20:48:50 +01:00
LocaleGetLocale.cpp [*] NT: Further reduce Win32 link-time requirements cont (1948dd0c) 2023-07-24 12:48:42 +01:00
LocaleGetLocale.hpp [+] AuCrypto::BCrypt 2022-09-15 20:48:50 +01:00
LocaleStrings.cpp [*] Fix project build regressions caused by refactoring in 522def0a 2023-09-28 20:08:59 +01:00
LocaleStrings.hpp Large Commit 2022-01-24 18:43:53 +00:00