Skip to content

Small scale performance comparisons in Go, for my own curiosity.

Notifications You must be signed in to change notification settings

666lumberjack/Go-Performance-Tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A repository for small scale Go performance comparisons I'm curious about.

Currently only one test is implemented, a comparison of min(x,y,z) == 0 vs (x == 0 or y == 0 or z == 0) inspired by this article.

It appears that, in Go at least, the simple comparison without min() is faster.

About

Small scale performance comparisons in Go, for my own curiosity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages