tldts-core
Advanced tools
Changelog
5.6.0
2019-10-12
New optimizations #255
parse(...)
indexOf
and lastIndexOf
in packed hashThese optimizations result in up to 20% faster invocations of parse(...)
and 40% faster invocations of getPublicSuffix(...)
when using
tldts-experimental
. This should also reduce memory pressure in cases where
specific methods are used (i.e.: all but parse(...)
) since no intermediary
result object needs to be allocated.