Nikolas Klauser
17d0569538
[libc++] Instantiate hash function externally ( #127040 )
...
This has multiple benefits:
- There is a single instance of our hash function, reducing object file
size
- The hash implementation isn't instantiated in every TU anymore,
reducing compile times
- Behind an ABI configuration macro it would be possible to salt the
hash
2025-03-27 13:19:59 +01:00
..
2025-03-18 18:30:48 +01:00
2023-12-18 14:01:33 -05:00
2024-06-18 09:13:45 -04:00
2024-06-18 09:13:45 -04:00
2025-03-23 21:01:25 +01:00
2023-12-18 14:01:33 -05:00
2023-12-18 14:01:33 -05:00
2025-01-08 11:12:59 -05:00
2023-12-18 14:01:33 -05:00
2023-12-18 14:01:33 -05:00
2025-03-18 18:08:40 +01:00
2025-03-27 13:19:59 +01:00
2024-09-12 21:18:43 +02:00
2024-09-16 15:06:20 -04:00
2025-01-25 18:30:00 +00:00
2025-01-20 18:00:15 +01:00
2024-06-18 09:13:45 -04:00
2025-01-10 14:14:14 -05:00
2025-03-20 18:00:01 +01:00
2025-01-08 11:12:59 -05:00
2024-06-18 09:13:45 -04:00
2024-06-18 09:13:45 -04:00
2024-10-30 11:51:55 +01:00
2025-03-25 14:29:06 -04:00
2025-03-18 18:30:48 +01:00
2024-06-18 09:13:45 -04:00
2025-03-18 18:30:48 +01:00