istio / old_mixer_repo

Deprecated home of Istio's Mixer and its adapters, now in istio/istio's mixer dir
https://github.com/istio/istio/tree/master/mixer
Apache License 2.0
67 stars 93 forks source link

Deeply integrate MixerIL with attribute protocol word lists #1476

Open geeknoid opened 7 years ago

geeknoid commented 7 years ago

There's an opportunity to improve MixerIL performance by avoiding copying strings around so much, and directly reusing the word lists from the attribute protocol. There is a global word list and a per-message word list that can be tapped for pre-interned strings.