JDBC.jl icon indicating copy to clipboard operation
JDBC.jl copied to clipboard

using FunctionWrappers.jl for `jdbc_get_method`

Open ExpandingMan opened this issue 8 years ago • 1 comments

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).

ExpandingMan avatar Dec 21 '17 19:12 ExpandingMan

Is this necessary in 1.0 ?

aviks avatar May 15 '19 23:05 aviks