swc/crates/swc_css_prefixer/src
Donny/강동윤 aa22746d03
perf(atoms): Replace string-cache with hstr (#8126)
**Description:**

`hstr` is an alternative for `string-cache` which does not support static strings and does not use a global mutex.
 
**Related issue:**

 - Closes #4946.
 - Closes #7974.
2023-11-07 00:51:43 +00:00
..
lib.rs perf(css): Optimize memory layout of ast types (#5823) 2022-09-11 13:56:48 +00:00
options.rs feat(css/prefixer): Implement preset-env (#5247) 2022-07-20 12:12:40 +09:00
prefixer.rs perf(atoms): Replace string-cache with hstr (#8126) 2023-11-07 00:51:43 +00:00