olehlong / jwtd

D implementation of JSON Web Token.
MIT License
30 stars 13 forks source link

Some speed optimisation (from 6s to 4.5s in simple jwt none test) #6

Closed tchaloupka closed 9 years ago

tchaloupka commented 9 years ago

Tried to profile it and this one has the major impact with easy fix. It went from 6s to 4.5s on the simple 1mil x JWT None creation and verification.