Coder Social home page Coder Social logo

ef-ds / stack Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 2.0 89 KB

Package stack implements a very fast and efficient general purpose Last-In-First-out (LIFO) stack data structure that is specifically optimized to perform when used by Microservices and serverless services running in production environments. https://godoc.org/github.com/ef-ds/stack

License: MIT License

Go 100.00%
go golang stack fast data-structures ring performance lifo lifo-stack

stack's People

Contributors

christianrpetrin avatar ef-ds avatar

Stargazers

 avatar  avatar

stack's Issues

The stack contest!

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!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.