jjwt/impl
Thomas M. DuBuisson 19db6e1279
Fix an inefficient keyset iterator (#690)
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.
2022-04-30 15:41:19 -04:00
..
src Fix an inefficient keyset iterator (#690) 2022-04-30 15:41:19 -04:00
bnd.bnd Attach implementation bundles as fragments to the API bundle to make them visible to the API bundle. This fixes jwtk#578 (jwtk#578) (#580) 2020-04-27 17:40:02 -04:00
pom.xml 0.11.5 release (#735) 2022-04-28 12:24:56 -04:00