JDBC.jl
JDBC.jl copied to clipboard
using FunctionWrappers.jl for `jdbc_get_method`
Currently JDBC needs to unbox methods from a Dict every time it accesses a field. This is extremely inefficient. One possible way of fixing this is to using FunctionWrappers.jl (I pleaded a few times for this to be put in Base, but I don't think that's going to happen at this point).
Is this necessary in 1.0 ?