BewareMyPower commented on PR #22453: URL: https://github.com/apache/pulsar/pull/22453#issuecomment-2041975885
> It might be 4 seconds for the first completion, but after that it's faster? No. It's not faster after that. It takes 4 to 5 seconds each time (because the completion list appeared after the cursor blinks 4 times). https://github.com/apache/pulsar/assets/18204803/b1f5adff-1502-40d2-b211-96a554a95620 You can check the video above. The first project is the current branch that uses trivial getters and setters. The 2nd project is the master branch that uses `@Getter` and `@Setter`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
