Closed abnercpp closed 3 years ago
I'm just not really convinced this is worth the effort. If you're using a Callable you're probably firing off a thread, an executor, etc. The cost of handling all this is orders of magnitude larger than the conversion of a single result.
I'm thinking about contributing to the project with a PR introducing
Callable
specializations for primitive data types.I'm thinking the generated source files should end up something like this:
Should I commit?