You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 inBase
, but I don't think that's going to happen at this point).The text was updated successfully, but these errors were encountered: