Consider optimising Scope internals

Issue #26 resolved
Vladimir Dzhuvinov created an issue

Use original string to store values instead of hash set

Comments (2)

  1. Vladimir Dzhuvinov reporter

    Parsing optimised to use StringTokenizer instead of String split(), resulting in two-fold performance increase.

    Still open on using a string for the internal value representation, need more tests and experience from practice (replicated authz store).

  2. Log in to comment