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

feat: improve performance on linkRecursiveCode #368

Merged
merged 1 commit into from
May 3, 2022

Conversation

orisano
Copy link
Contributor

@orisano orisano commented May 2, 2022

fix #331

before:

18:47:08 | 200 |  6.702s |       127.0.0.1 | GET     | /api/nonuser/all/products
18:47:09 | 200 |     1ms |       127.0.0.1 | GET     | /api/nonuser/all/products

after:

00:58:50 | 200 |   137ms |       127.0.0.1 | GET     | /api/nonuser/all/products
00:59:00 | 200 |     1ms |       127.0.0.1 | GET     | /api/nonuser/all/products

@goccy
Copy link
Owner

goccy commented May 3, 2022

LGTM

@goccy goccy merged commit 3fdc55a into goccy:master May 3, 2022
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

Successfully merging this pull request may close these issues.

Marshal Takes too much time
2 participants