Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using FunctionWrappers.jl for jdbc_get_method #31

Open
ExpandingMan opened this issue Dec 21, 2017 · 1 comment
Open

using FunctionWrappers.jl for jdbc_get_method #31

ExpandingMan opened this issue Dec 21, 2017 · 1 comment

Comments

@ExpandingMan
Copy link
Collaborator

ExpandingMan commented Dec 21, 2017

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

@aviks
Copy link
Member

aviks commented May 15, 2019

Is this necessary in 1.0 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants