Is the warp function in ImageTransformation.jl same as _warp_fast in python?

https://github.com/JuliaImages/ImageTransformations.jl/blob/master/src/warp.jl
This is the link for warp in julia.

https://github.com/scikit-image/scikit-image/blob/master/skimage/transform/_warps_cy.pyx#L37
This is the link for _warp_fast in python.

If not please suggest an alternative for _warp_fast in julia.
Thanks.