mirror of https://github.com/jwtk/jjwt.git
19db6e1279
Found via infer on Lift, an inefficient keyset iterator is in the form: ``` for key in mapping: entry = mapping.find(key) ``` Which is linear-log instead of the more optimal linear solution. |
||
---|---|---|
.. | ||
src | ||
bnd.bnd | ||
pom.xml |