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

Preparation of parameters should use goroutines #12

Open
awjh-ibm opened this issue Feb 21, 2019 · 0 comments
Open

Preparation of parameters should use goroutines #12

awjh-ibm opened this issue Feb 21, 2019 · 0 comments
Labels
must have Must have for first release of go contract-api performance

Comments

@awjh-ibm
Copy link
Owner

Currently the process for converting the passed parameters to their required type from string performs one conversion after the other. This could be a lengthy process for complex structs. This repo should make better use of Go's abilities and run these in parallel.

@heatherlp heatherlp added the must have Must have for first release of go contract-api label Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
must have Must have for first release of go contract-api performance
Projects
None yet
Development

No branches or pull requests

2 participants