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

The stack contest! #1

Open
christianrpetrin opened this issue Jan 3, 2019 · 0 comments
Open

The stack contest! #1

christianrpetrin opened this issue Jan 3, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@christianrpetrin
Copy link
Collaborator

We have included only a few open source stacks in our benchmark tests. The stacks in the tests were chosen due to their different designs (linked list, dynamic array, circular buffer, etc) and their high quality implementations. We also tested many others that had much inferior performance when compared to the ones in the tests. Make no mistake: the stacks in the tests are all world-class implementations.

Having said that, a simple search for "stack" in godoc.org reveals there's many stacks out there! It's easy to miss an interesting one.

We need help probing and finding strong stack candidates to include in the tests. By strong we mean the ones that can perform better than the ones already in the tests in the Microservice test.

To probe a stack, just clone this stack repo (if you haven't already) locally and create the tests for the stack you wish to test in the Microservice test source file. After that, run the tests and check the results.

Please post the results for the stacks you tested as comments in this issue.

The dream goal of this contest is to find a stack that is faster than stack!

The winner, meaning, the person who found a stack that is faster in at least 5 test ranges (out of the 8), will win a glorious amount of virtual thumbs up (👍) and a sincere thanks from us!

@christianrpetrin christianrpetrin added the help wanted Extra attention is needed label Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant