Ignore:
Timestamp:
2021-03-20T11:50:06+01:00 (3 years ago)
Author:
simon04
Message:

see #20613 - Split KeyCondition/KeyRegexpCondition

Rewrite patterns for prefix/substring/suffix checks.

5.75->2.93% of allocations in MapCSSTagCheckerPerformanceTest.testCity relate to Pattern matching.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/deprecated.mapcss

    r17469 r17593  
    14731473/* #17504 */
    14741474*[is_in],
    1475 node[/^is_in:.*$/],
    1476 way[/^is_in:.*$/] {
     1475node[/^is_in:$/],
     1476way[/^is_in:$/] {
    14771477  throwWarning: tr("{0} is deprecated", "{0.key}");
    14781478  group: tr("deprecated tagging");
Note: See TracChangeset for help on using the changeset viewer.