The classical One-Way Trapdoor Permutation is RSA. The permutation that it implements on a set of $n$ elements¹ is invertible by an adversary knowing only the public key with work $w$ conjecturally² such that $$\log w=\Theta\left(\left(\log n\right)^{1/3}\left(\log\log n\right)^{2/3}\right)$$
Is it known any other One-Way Trapdoor Permutation with faster asymptotic growth of $\log w$ w.r.t. $\log n$, and still efficiently computable in both directions in time polynomial w.r.t. $\log n$?
I'd be surprised if the answer was yes with modular arithmetic or plain Elliptic Curve over a finite field; but I can't tell for pairings or other constructs.
¹ and a particularly nice one: $[0,n)$; but don't make that an absolute requirement.
² assuming in particular that GNFS remains the best attack, and that the first coefficient of its currently conjectured cost $L_n\left[1/3,\sqrt[3]{64/9}\,\right]$ is not improved.