Keats / jsonwebtoken

JWT lib in rust
MIT License
1.69k stars 269 forks source link

Reduced default double allocation to one #232

Closed BRA1L0R closed 2 years ago

BRA1L0R commented 2 years ago

Default previously allocated 2 vecs now it's down to 1 without any noticeable change to the outer API or behaviour

Keats commented 2 years ago

Thanks!