Actions
User story #10061
closedUpgrade to StringTemplate 4 to improve policy generation time
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Large
Name check:
Fix check:
Regression:
Description
According to https://github.com/antlr/stringtemplate4/blob/master/doc/3to4.md , upgrading StringTemplate from v3 to v4 will greatly increase performance for policy generation
However, it is more complex than advertised, as it is not possible to use '&' as a separator (see https://github.com/antlr/stringtemplate4/issues/172 )
Updated by Nicolas CHARLES over 7 years ago
- Is duplicate of Architecture #3007: Update String Template to version 4 added
Updated by Alexis Mousset over 7 years ago
- Tracker changed from Bug to User story
Updated by Nicolas CHARLES about 7 years ago
I found this answer on stackoverflow, which looks like what we need: https://stackoverflow.com/questions/11146113/how-to-get-stringtemplate-v4-to-ignore-as-delimiter
Actions