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

Performance improvement #107

Merged
merged 16 commits into from
Feb 13, 2024
Merged

Performance improvement #107

merged 16 commits into from
Feb 13, 2024

Conversation

owulveryck
Copy link
Owner

@owulveryck owulveryck commented Feb 9, 2024

Changelog

Performance Improvements

  • The tool now consumes less CPU and memory due to significant code optimization, resulting in a more efficient and responsive experience for users.

Features

  • Laser Pointer Update: The laser pointer functionality has been updated to no longer rely on WebSockets, enhancing reliability and performance.

Technical Updates

  • Updated to Go version 1.22, ensuring improved performance, security, and access to the latest features and bug fixes of the Go programming language.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GoGitOps Review

Grade: A+ (99.2%)

Files: 30

Issues: 1

gofmt: 100%

go_vet: 100%

gocyclo: 96%

internal/eventhttphandler/gesture_handler.go
	Line 57: warning: cyclomatic complexity 16 of function (*GestureHandler).ServeHTTP() is high (> 15) (gocyclo)

golint: 96%

internal/eventhttphandler/gesture_handler.go
	Line 14: warning: exported type SwipeDirection should have comment or be unexported (golint)
internal/eventhttphandler/gesture_handler.go
	Line 17: warning: exported const SwipeLeft should have comment (or a comment on this block) or be unexported (golint)

license: 100%

ineffassign: 100%

misspell: 100%

This report was generated using GoGitOps.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GoGitOps Review

Grade: A+ (99.3%)

Files: 32

Issues: 1

gofmt: 100%

go_vet: 100%

gocyclo: 96%

internal/eventhttphandler/gesture_handler.go
	Line 57: warning: cyclomatic complexity 16 of function (*GestureHandler).ServeHTTP() is high (> 15) (gocyclo)

golint: 96%

internal/eventhttphandler/gesture_handler.go
	Line 14: warning: exported type SwipeDirection should have comment or be unexported (golint)
internal/eventhttphandler/gesture_handler.go
	Line 17: warning: exported const SwipeLeft should have comment (or a comment on this block) or be unexported (golint)

license: 100%

ineffassign: 100%

misspell: 100%

This report was generated using GoGitOps.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GoGitOps Review

Grade: A+ (99.3%)

Files: 32

Issues: 1

gofmt: 100%

go_vet: 100%

gocyclo: 96%

internal/eventhttphandler/gesture_handler.go
	Line 57: warning: cyclomatic complexity 16 of function (*GestureHandler).ServeHTTP() is high (> 15) (gocyclo)

golint: 96%

internal/eventhttphandler/gesture_handler.go
	Line 14: warning: exported type SwipeDirection should have comment or be unexported (golint)
internal/eventhttphandler/gesture_handler.go
	Line 17: warning: exported const SwipeLeft should have comment (or a comment on this block) or be unexported (golint)

license: 100%

ineffassign: 100%

misspell: 100%

This report was generated using GoGitOps.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GoGitOps Review

Grade: A+ (99.3%)

Files: 32

Issues: 1

gofmt: 100%

go_vet: 100%

gocyclo: 96%

internal/eventhttphandler/gesture_handler.go
	Line 57: warning: cyclomatic complexity 16 of function (*GestureHandler).ServeHTTP() is high (> 15) (gocyclo)

golint: 96%

internal/eventhttphandler/gesture_handler.go
	Line 14: warning: exported type SwipeDirection should have comment or be unexported (golint)
internal/eventhttphandler/gesture_handler.go
	Line 17: warning: exported const SwipeLeft should have comment (or a comment on this block) or be unexported (golint)

license: 100%

ineffassign: 100%

misspell: 100%

This report was generated using GoGitOps.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GoGitOps Review

Grade: A+ (99.3%)

Files: 32

Issues: 1

gofmt: 100%

go_vet: 100%

gocyclo: 96%

internal/eventhttphandler/gesture_handler.go
	Line 57: warning: cyclomatic complexity 16 of function (*GestureHandler).ServeHTTP() is high (> 15) (gocyclo)

golint: 96%

internal/eventhttphandler/gesture_handler.go
	Line 14: warning: exported type SwipeDirection should have comment or be unexported (golint)
internal/eventhttphandler/gesture_handler.go
	Line 17: warning: exported const SwipeLeft should have comment (or a comment on this block) or be unexported (golint)

license: 100%

ineffassign: 100%

misspell: 100%

This report was generated using GoGitOps.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GoGitOps Review

Grade: A+ (99.3%)

Files: 32

Issues: 1

gofmt: 100%

go_vet: 100%

gocyclo: 96%

internal/eventhttphandler/gesture_handler.go
	Line 57: warning: cyclomatic complexity 16 of function (*GestureHandler).ServeHTTP() is high (> 15) (gocyclo)

golint: 96%

internal/eventhttphandler/gesture_handler.go
	Line 14: warning: exported type SwipeDirection should have comment or be unexported (golint)
internal/eventhttphandler/gesture_handler.go
	Line 17: warning: exported const SwipeLeft should have comment (or a comment on this block) or be unexported (golint)

license: 100%

ineffassign: 100%

misspell: 100%

This report was generated using GoGitOps.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GoGitOps Review

Grade: A+ (99.3%)

Files: 32

Issues: 1

gofmt: 100%

go_vet: 100%

gocyclo: 96%

internal/eventhttphandler/gesture_handler.go
	Line 57: warning: cyclomatic complexity 16 of function (*GestureHandler).ServeHTTP() is high (> 15) (gocyclo)

golint: 96%

internal/eventhttphandler/gesture_handler.go
	Line 14: warning: exported type SwipeDirection should have comment or be unexported (golint)
internal/eventhttphandler/gesture_handler.go
	Line 17: warning: exported const SwipeLeft should have comment (or a comment on this block) or be unexported (golint)

license: 100%

ineffassign: 100%

misspell: 100%

This report was generated using GoGitOps.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GoGitOps Review

Grade: A+ (99.3%)

Files: 32

Issues: 1

gofmt: 100%

go_vet: 100%

gocyclo: 96%

internal/eventhttphandler/gesture_handler.go
	Line 57: warning: cyclomatic complexity 16 of function (*GestureHandler).ServeHTTP() is high (> 15) (gocyclo)

golint: 96%

internal/eventhttphandler/gesture_handler.go
	Line 14: warning: exported type SwipeDirection should have comment or be unexported (golint)
internal/eventhttphandler/gesture_handler.go
	Line 17: warning: exported const SwipeLeft should have comment (or a comment on this block) or be unexported (golint)

license: 100%

ineffassign: 100%

misspell: 100%

This report was generated using GoGitOps.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GoGitOps Review

Grade: A+ (99.3%)

Files: 32

Issues: 1

gofmt: 100%

go_vet: 100%

gocyclo: 96%

internal/eventhttphandler/gesture_handler.go
	Line 57: warning: cyclomatic complexity 16 of function (*GestureHandler).ServeHTTP() is high (> 15) (gocyclo)

golint: 96%

internal/eventhttphandler/gesture_handler.go
	Line 14: warning: exported type SwipeDirection should have comment or be unexported (golint)
internal/eventhttphandler/gesture_handler.go
	Line 17: warning: exported const SwipeLeft should have comment (or a comment on this block) or be unexported (golint)

license: 100%

ineffassign: 100%

misspell: 100%

This report was generated using GoGitOps.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GoGitOps Review

Grade: A+ (99.6%)

Files: 32

Issues: 1

gofmt: 100%

go_vet: 100%

gocyclo: 96%

internal/eventhttphandler/gesture_handler.go
	Line 60: warning: cyclomatic complexity 16 of function (*GestureHandler).ServeHTTP() is high (> 15) (gocyclo)

golint: 100%

license: 100%

ineffassign: 100%

misspell: 100%

This report was generated using GoGitOps.

@owulveryck owulveryck merged commit ec09139 into main Feb 13, 2024
1 check passed
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.

1 participant